/**
  * @throws phpMorphy_Exception
  * @param Traversable $values
  * @return void
  */
 public function import($values)
 {
     $result = $this->object->import($values);
     return $result === $this->object ? $this : $result;
 }