Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96148278
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
Mon, Dec 23, 03:36
Size
238 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 03:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23132054
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