Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105636686
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
Tue, Mar 18, 15:08
Size
426 B
Mime Type
text/x-php
Expires
Thu, Mar 20, 15:08 (2 d)
Engine
blob
Format
Raw Data
Handle
24993810
Attached To
rPH Phabricator
FundBackerTransaction.php
View Options
<?php
final
class
FundBackerTransaction
extends
PhabricatorApplicationTransaction
{
const
TYPE_STATUS
=
'fund:backer:status'
;
const
TYPE_REFUND
=
'fund:backer:refund'
;
public
function
getApplicationName
()
{
return
'fund'
;
}
public
function
getApplicationTransactionType
()
{
return
FundBackerPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
}
Event Timeline
Log In to Comment