add(new BoolCast([ 'is_problem', 'is_handled', 'is_reachable', 'is_flapping', 'is_overdue', 'is_acknowledged', 'in_downtime' ])); $behaviors->add(new Timestamp([ 'execution_time', 'latency', 'last_update', 'last_state_change', 'next_check', 'next_update' ])); $behaviors->add(new Binary([ $this->getKeyName(), 'environment_id', 'acknowledgement_comment_id', 'last_comment_id' ])); } }