Adldap\Models\User::setTitle PHP Method

setTitle() public method

Sets the users title.
public setTitle ( string $title ) : User
$title string
return User
    public function setTitle($title)
    {
        return $this->setFirstAttribute($this->schema->title(), $title);
    }