Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103715917
HeraldWebhookTransaction.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 4, 06:11
Size
435 B
Mime Type
text/x-php
Expires
Thu, Mar 6, 06:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24631931
Attached To
rPH Phabricator
HeraldWebhookTransaction.php
View Options
<?php
final
class
HeraldWebhookTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'herald'
;
}
public
function
getApplicationTransactionType
()
{
return
HeraldWebhookPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
public
function
getBaseTransactionClass
()
{
return
'HeraldWebhookTransactionType'
;
}
}
Event Timeline
Log In to Comment