Ejemplo n.º 1
0
 /**
  * Converts the first character to uppercase.
  *
  * @return String The first character uppercased.
  */
 public function firstCharToUpper()
 {
     return new static(static::$helper->firstToUpper($this->string));
 }