Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97992462
AphrontFormDividerControl.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, Jan 8, 09:16
Size
243 B
Mime Type
text/x-php
Expires
Fri, Jan 10, 09:16 (2 d)
Engine
blob
Format
Raw Data
Handle
23452066
Attached To
rPH Phabricator
AphrontFormDividerControl.php
View Options
<?php
final
class
AphrontFormDividerControl
extends
AphrontFormControl
{
protected
function
getCustomControlClass
()
{
return
'aphront-form-control-divider'
;
}
protected
function
renderInput
()
{
return
phutil_tag
(
'hr'
);
}
}
Event Timeline
Log In to Comment