Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96154942
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
Mon, Dec 23, 06:14
Size
524 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 06:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23135074
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
generateTransaction
(
PhabricatorApplicationTransaction
$xaction
)
{
$spec
=
array
(
'value'
=>
$this
->
getValueForTransaction
(),
);
return
head
(
$this
->
getEditTransactionTypes
())
->
generateTransaction
(
$xaction
,
$spec
);
}
}
Event Timeline
Log In to Comment