Exemplo n.º 1
0
 /**
  * Convert the string to all uppercase.
  *
  * @return String The string uppercased.
  */
 public function toUpperCase()
 {
     return new static(static::$helper->upper($this->string));
 }