Пример #1
0
 /**
  * Returns the reply as an String object.
  *
  * @return StringHelper
  */
 public function toString()
 {
     return !func_num_args() ? $this->rpl->unescape() : $this->rpl;
 }