Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110368067
PhabricatorDividerEditField.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
Sat, Apr 26, 00:28
Size
310 B
Mime Type
text/x-php
Expires
Mon, Apr 28, 00:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25765068
Attached To
rPH Phabricator
PhabricatorDividerEditField.php
View Options
<?php
final
class
PhabricatorDividerEditField
extends
PhabricatorEditField
{
protected
function
renderControl
()
{
return
new
AphrontFormDividerControl
();
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
null
;
}
}
Event Timeline
Log In to Comment