Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110084797
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, Apr 24, 15:27
Size
341 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 15:27 (2 d)
Engine
blob
Format
Raw Data
Handle
25783730
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