Page MenuHomePhorge

HeraldAlwaysField.php
No OneTemporary

Size
622 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 HeraldEmptyFieldValue();
}
public function supportsObject($object) {
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 11:50 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
379831
Default Alt Text
HeraldAlwaysField.php (622 B)

Event Timeline