2 require_once (dirname(__FILE__
) . '/base/basetimeperiod.php');
5 * Describes a single object from livestatus
7 class TimePeriod_Model
extends BaseTimePeriod_Model
{
9 * An array containing the custom column dependencies
11 public static $rewrite_columns = array ('in' => array ('is_active'));
14 * For backward compatibility with the filter API
16 * We can't use the name 'in', since it conflicts with the lsfilter-operator
19 * In all cases, use the is_active instead.
24 public function get_in() {
25 return $this->get_is_active();