Exemplo n.º 1
0
 /**
  * Reverses the string.
  *
  * @return String The string reversed.
  */
 public function reverse()
 {
     return new static(static::$helper->reverse($this->string));
 }