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
Mon, Jul 28, 3:38 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
187063
Default Alt Text
HeraldCondition.php (392 B)

Event Timeline