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