Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96577966
FundBackerTransaction.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
Sat, Dec 28, 10:48
Size
424 B
Mime Type
text/x-php
Expires
Mon, Dec 30, 10:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23210672
Attached To
rPH Phabricator
FundBackerTransaction.php
View Options
<?php
final
class
FundBackerTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'fund'
;
}
public
function
getApplicationTransactionType
()
{
return
FundBackerPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
public
function
getBaseTransactionClass
()
{
return
'FundBackerTransactionType'
;
}
}
Event Timeline
Log In to Comment