Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94135017
PhabricatorRemarkupEditField.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, Dec 4, 04:26
Size
269 B
Mime Type
text/x-php
Expires
Fri, Dec 6, 04:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22742158
Attached To
rPH Phabricator
PhabricatorRemarkupEditField.php
View Options
<?php
final
class
PhabricatorRemarkupEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
PhabricatorRemarkupControl
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitStringParameterType
();
}
}
Event Timeline
Log In to Comment