Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119968836
DifferentialTransaction.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, Jun 30, 22:05
Size
387 B
Mime Type
text/x-php
Expires
Wed, Jul 2, 22:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27112369
Attached To
rPH Phabricator
DifferentialTransaction.php
View Options
<?php
final
class
DifferentialTransaction
extends
PhabricatorApplicationTransaction
{
public
function
getApplicationName
()
{
return
'differential'
;
}
public
function
getApplicationTransactionType
()
{
return
DifferentialPHIDTypeRevision
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
DifferentialTransactionComment
();
}
}
Event Timeline
Log In to Comment