Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99469246
PHUITextView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 20:21
Size
335 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 20:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23766949
Attached To
rPH Phabricator
PHUITextView.php
View Options
<?php
final
class
PHUITextView
extends
AphrontTagView
{
private
$text
;
public
function
setText
(
$text
)
{
$this
->
appendChild
(
$text
);
return
$this
;
}
public
function
getTagName
()
{
return
'span'
;
}
public
function
getTagAttributes
()
{
require_celerity_resource
(
'phui-text-css'
);
return
array
();
}
}
Event Timeline
Log In to Comment