Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103668250
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
Mon, Mar 3, 21:24
Size
435 B
Mime Type
text/x-php
Expires
Wed, Mar 5, 21:24 (2 d)
Engine
blob
Format
Raw Data
Handle
24633857
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