Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93883469
AphrontFormStaticControl.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
Mon, Dec 2, 06:16
Size
242 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 06:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22719094
Attached To
rPH Phabricator
AphrontFormStaticControl.php
View Options
<?php
final
class
AphrontFormStaticControl
extends
AphrontFormControl
{
protected
function
getCustomControlClass
()
{
return
'aphront-form-control-static'
;
}
protected
function
renderInput
()
{
return
$this
->
getValue
();
}
}
Event Timeline
Log In to Comment