Page MenuHomePhorge

HeraldCustomAction.php
No OneTemporary

Size
435 B
Referenced Files
None
Subscribers
None

HeraldCustomAction.php

<?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

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)

Event Timeline