public function __construct($event, $timestamp = false, $args = array())
 {
     $this->_event = $event;
     parent::__construct($timestamp, $args);
 }
 public function __construct($group_id, $timestamp = false, $args = array())
 {
     $this->_group_id = $group_id;
     parent::__construct($timestamp, $args);
 }