Exemplo n.º 1
0
 /**
  * @return Iterator over objects of phpMorphy_Dict_AccentModel
  */
 public function getAccents()
 {
     $result = $this->object->getAccents();
     return $result === $this->object ? $this : $result;
 }