Components\Model\User::setName PHP Méthode

setName() public méthode

Set the name field.
public setName ( string $name ) : mixed
$name string setting the name of the user
Résultat mixed
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }