Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93535925
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
Fri, Nov 29, 13:15
Size
435 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 13:15 (2 d)
Engine
blob
Format
Raw Data
Handle
22661471
Attached To
rPH Phabricator
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
);
}
Event Timeline
Log In to Comment