Page MenuHomePhorge

HeraldAlwaysField.php
No OneTemporary

Size
621 B
Referenced Files
None
Subscribers
None

HeraldAlwaysField.php

<?php
final class HeraldAlwaysField extends HeraldField {
const FIELDCONST = 'always';
public function getHeraldFieldName() {
return pht('Always');
}
public function getFieldGroupKey() {
return HeraldBasicFieldGroup::FIELDGROUPKEY;
}
public function getHeraldFieldValue($object) {
return true;
}
public function getHeraldFieldConditions() {
return array(
HeraldAdapter::CONDITION_UNCONDITIONALLY,
);
}
public function getHeraldFieldValueType($condition) {
return new HeraldBoolFieldValue();
}
public function supportsObject($object) {
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:44 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125209
Default Alt Text
HeraldAlwaysField.php (621 B)

Event Timeline