Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122154278
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
Wed, Jul 16, 05:18
Size
242 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 05:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27376028
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