Ejemplo n.º 1
0
 public function setName($name)
 {
     $this->name = Properties::normalize($name);
     $this->nameUppercase = strtoupper($name);
     $this->nameCapitalized = ucfirst(strtolower($name));
     return $this;
 }