Page MenuHomePhorge

HeraldCondition.php
No OneTemporary

Size
671 B
Referenced Files
None
Subscribers
None

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,
self::CONFIG_COLUMN_SCHEMA => array(
'fieldName' => 'text255',
'fieldCondition' => 'text255',
'value' => 'text',
),
self::CONFIG_KEY_SCHEMA => array(
'ruleID' => array(
'columns' => array('ruleID'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125302
Default Alt Text
HeraldCondition.php (671 B)

Event Timeline