Пример #1
0
 /**
  */
 public function end($offset = 0)
 {
     return $this->_string ? $this->_string->end($offset) : parent::end($offset);
 }