Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1066803
HeraldCustomAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
HeraldCustomAction.php
View Options
<?php
abstract
class
HeraldCustomAction
extends
Phobject
{
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
Sun, Jun 29, 12:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259452
Default Alt Text
HeraldCustomAction.php (435 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment