Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116645696
PhabricatorFileTransaction.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, 05:15
Size
478 B
Mime Type
text/x-php
Expires
Tue, Jun 10, 05:15 (2 d)
Engine
blob
Format
Raw Data
Handle
26600446
Attached To
rPH Phabricator
PhabricatorFileTransaction.php
View Options
<?php
final
class
PhabricatorFileTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'file'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorFileFilePHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
PhabricatorFileTransactionComment
();
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorFileTransactionType'
;
}
}
Event Timeline
Log In to Comment