Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98653797
HeraldCustomAction.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
Wed, Jan 15, 07:46
Size
418 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 07:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23617217
Attached To
rPH Phabricator
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
);
}
Event Timeline
Log In to Comment