Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F32914288
PHUITextView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
335 B
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 17, 9:27 PM (1 h, 13 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
57/f9/fa53a0a2dd351708236fd6a3a0e0
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment