Page MenuHomestyx hydra

HeraldRuleEdit.php
No OneTemporary

HeraldRuleEdit.php

<?php
final class HeraldRuleEdit extends HeraldDAO {
protected $editorPHID;
protected $ruleID;
protected $ruleName;
protected $action;
public function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'ruleName' => 'text255',
'action' => 'text32',
),
self::CONFIG_KEY_SCHEMA => array(
'ruleID' => array(
'columns' => array('ruleID', 'dateCreated'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 6:24 PM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432489
Default Alt Text
HeraldRuleEdit.php (503 B)

Event Timeline