Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119418590
PhabricatorProjectTriggerTransaction.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
Thu, Jun 26, 17:05
Size
389 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 17:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27014739
Attached To
rPH Phabricator
PhabricatorProjectTriggerTransaction.php
View Options
<?php
final
class
PhabricatorProjectTriggerTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'project'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorProjectTriggerPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorProjectTriggerTransactionType'
;
}
}
Event Timeline
Log In to Comment