Exemplo n.º 1
0
 /**
  * @param string $name
  * @return $this
  * @throws ArgumentTypeException
  */
 public function setName($name)
 {
     parent::setName($name);
     return $this;
 }