Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105380287
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, Mar 16, 18:12
Size
338 B
Mime Type
text/x-php
Expires
Tue, Mar 18, 18:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24964581
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
();
}
public
function
shouldGenerateTransactionsFromComment
()
{
return
true
;
}
}
Event Timeline
Log In to Comment