Beispiel #1
0
 /**
  * Return all states
  *
  * @return State[]
  */
 public function getStates()
 {
     return $this->states->all();
 }
Beispiel #2
0
 /**
  * Return event collection
  *
  * @return EventInterface[]
  */
 public function getEvents()
 {
     return $this->events->all();
 }