Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103462442
PHUIFormDividerControl.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, Mar 2, 05:50
Size
238 B
Mime Type
text/x-php
Expires
Tue, Mar 4, 05:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24549720
Attached To
rPH Phabricator
PHUIFormDividerControl.php
View Options
<?php
final
class
PHUIFormDividerControl
extends
AphrontFormControl
{
protected
function
getCustomControlClass
()
{
return
'phui-form-divider'
;
}
protected
function
renderInput
()
{
return
phutil_tag
(
'hr'
,
array
());
}
}
Event Timeline
Log In to Comment