Adldap\Models\User::setDisplayName PHP Method

setDisplayName() public method

Sets the users display name.
public setDisplayName ( string $displayName ) : User
$displayName string
return User
    public function setDisplayName($displayName)
    {
        return $this->setFirstAttribute($this->schema->displayName(), $displayName);
    }