Page MenuHomestyx hydra

HeraldCondition.php
No OneTemporary

HeraldCondition.php

<?php
final class HeraldCondition extends HeraldDAO {
protected $ruleID;
protected $fieldName;
protected $fieldCondition;
protected $value;
protected function getConfiguration() {
return array(
self::CONFIG_SERIALIZATION => array(
'value' => self::SERIALIZATION_JSON,
),
self::CONFIG_TIMESTAMPS => false,
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 14, 10:33 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337332
Default Alt Text
HeraldCondition.php (392 B)

Event Timeline