Page MenuHomePhorge

HeraldAnotherRuleField.php
No OneTemporary

Size
574 B
Referenced Files
None
Subscribers
None

HeraldAnotherRuleField.php

<?php
final class HeraldAnotherRuleField extends HeraldField {
const FIELDCONST = 'rule';
public function getHeraldFieldName() {
return pht('Another Herald rule');
}
public function supportsObject($object) {
return true;
}
public function getHeraldFieldValue($object) {
return null;
}
public function getHeraldFieldConditions() {
return array(
HeraldAdapter::CONDITION_RULE,
HeraldAdapter::CONDITION_NOT_RULE,
);
}
public function getHeraldFieldValueType($condition) {
return HeraldAdapter::VALUE_RULE;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, May 7, 6:48 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87124
Default Alt Text
HeraldAnotherRuleField.php (574 B)

Event Timeline