Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function is_parent_event()
 {
     return NULL !== CRM_Event_BAO_Event::get_sub_events($this->event_id);
 }