Page MenuHomec4science

HeraldAction.php
No OneTemporary

File Metadata

Created
Sun, Jul 20, 15:15

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,
) + parent::getConfiguration();
}
}

Event Timeline