Adldap\Models\User::setEmail PHP Méthode

setEmail() public méthode

Keep in mind this will remove all other email addresses the user currently has.
public setEmail ( string $email ) : User
$email string
Résultat User
    public function setEmail($email)
    {
        return $this->setFirstAttribute($this->schema->email(), $email);
    }