Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F480044
HeraldCustomAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
HeraldCustomAction.php
View Options
<?php
abstract
class
HeraldCustomAction
{
abstract
public
function
appliesToAdapter
(
HeraldAdapter
$adapter
);
abstract
public
function
appliesToRuleType
(
$rule_type
);
abstract
public
function
getActionKey
();
abstract
public
function
getActionName
();
abstract
public
function
getActionType
();
abstract
public
function
applyEffect
(
HeraldAdapter
$adapter
,
$object
,
HeraldEffect
$effect
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 10:06 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87472
Default Alt Text
HeraldCustomAction.php (418 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment