Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91083904
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
Thu, Nov 7, 17:39
Size
341 B
Mime Type
text/x-php
Expires
Sat, Nov 9, 17:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22191422
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
;
}
protected
function
getTagName
()
{
return
'span'
;
}
protected
function
getTagAttributes
()
{
require_celerity_resource
(
'phui-text-css'
);
return
array
();
}
}
Event Timeline
Log In to Comment