Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F474890
HeraldRuleTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
486 B
Referenced Files
None
Subscribers
None
HeraldRuleTransaction.php
View Options
<?php
final
class
HeraldRuleTransaction
extends
PhabricatorApplicationTransaction
{
const
TYPE_EDIT
=
'herald:edit'
;
public
function
getApplicationName
()
{
return
'herald'
;
}
public
function
getApplicationTransactionType
()
{
return
HeraldPHIDTypeRule
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
HeraldRuleTransactionComment
();
}
public
function
getApplicationObjectTypeName
()
{
return
pht
(
'rule'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 9:43 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
84915
Default Alt Text
HeraldRuleTransaction.php (486 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment