Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118137110
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
Wed, Jun 18, 00:02
Size
335 B
Mime Type
text/x-php
Expires
Fri, Jun 20, 00:02 (2 d)
Engine
blob
Format
Raw Data
Handle
26819545
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