Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116664440
PhabricatorCommentEditField.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, Jun 8, 10:59
Size
256 B
Mime Type
text/x-php
Expires
Tue, Jun 10, 10:59 (2 d)
Engine
blob
Format
Raw Data
Handle
26647124
Attached To
rPH Phabricator
PhabricatorCommentEditField.php
View Options
<?php
final
class
PhabricatorCommentEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
PhabricatorRemarkupControl
();
}
protected
function
newEditType
()
{
return
new
PhabricatorCommentEditType
();
}
}
Event Timeline
Log In to Comment