Adldap\Models\User::setProfilePath PHP Method

setProfilePath() public method

Sets the users profile path.
public setProfilePath ( string $path ) : User
$path string
return User
    public function setProfilePath($path)
    {
        return $this->setFirstAttribute($this->schema->profilePath(), $path);
    }