Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852496
DiffusionAuditorsAddSelfHeraldAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
746 B
Referenced Files
None
Subscribers
None
DiffusionAuditorsAddSelfHeraldAction.php
View Options
<?php
final
class
DiffusionAuditorsAddSelfHeraldAction
extends
DiffusionAuditorsHeraldAction
{
const
ACTIONCONST
=
'diffusion.auditors.self.add'
;
public
function
getHeraldActionName
(
)
{
return
pht
(
'Add me as an auditor'
)
;
}
public
function
supportsRuleType
(
$rule_type
)
{
return
(
$rule_type
==
HeraldRuleTypeConfig
::
RULE_TYPE_PERSONAL
)
;
}
public
function
applyEffect
(
$object
,
HeraldEffect
$effect
)
{
$rule
=
$effect
->
getRule
(
)
;
$phid
=
$rule
->
getAuthorPHID
(
)
;
return
$this
->
applyAuditors
(
array
(
$phid
)
,
$rule
)
;
}
public
function
getHeraldActionStandardType
(
)
{
return
self
::
STANDARD_NONE
;
}
public
function
renderActionDescription
(
$value
)
{
return
pht
(
'Add rule author as auditor.'
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:36 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1754622
Default Alt Text
DiffusionAuditorsAddSelfHeraldAction.php (746 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment