Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100334560
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
Thu, Jan 30, 01:00
Size
418 B
Mime Type
text/x-php
Expires
Sat, Feb 1, 01:00 (2 d)
Engine
blob
Format
Raw Data
Handle
23907674
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