예제 #1
0
 /**
  * Return all states
  *
  * @return State[]
  */
 public function getStates()
 {
     return $this->states->all();
 }