Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96159941
ManiphestTransactionPro.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, 07:55
Size
377 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 07:55 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23135644
Attached To
rPH Phabricator
ManiphestTransactionPro.php
View Options
<?php
final
class
ManiphestTransactionPro
extends
PhabricatorApplicationTransaction
{
public
function
getApplicationName
()
{
return
'maniphest'
;
}
public
function
getApplicationTransactionType
()
{
return
ManiphestPHIDTypeTask
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
ManiphestTransactionComment
();
}
}
Event Timeline
Log In to Comment