Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91240488
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, Nov 9, 06:56
Size
310 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 06:56 (2 d)
Engine
blob
Format
Raw Data
Handle
22227686
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