Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97599525
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
Sun, Jan 5, 14:50
Size
242 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 14:50 (2 d)
Engine
blob
Format
Raw Data
Handle
23360816
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