예제 #1
0
 /**
  * Returns root state object
  * @return phpMorphy_Fsa_State
  */
 public function getRootState()
 {
     $result = $this->object->getRootState();
     return $result === $this->object ? $this : $result;
 }