Page MenuHomePhorge

HeraldAction.php
No OneTemporary

Size
598 B
Referenced Files
None
Subscribers
None

HeraldAction.php

<?php
final class HeraldAction extends HeraldDAO {
protected $ruleID;
protected $action;
protected $target;
protected function getConfiguration() {
return array(
self::CONFIG_SERIALIZATION => array(
'target' => self::SERIALIZATION_JSON,
),
self::CONFIG_TIMESTAMPS => false,
self::CONFIG_COLUMN_SCHEMA => array(
'action' => 'text255',
'target' => 'text',
),
self::CONFIG_KEY_SCHEMA => array(
'ruleID' => array(
'columns' => array('ruleID'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 30, 8:29 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
268509
Default Alt Text
HeraldAction.php (598 B)

Event Timeline