Adldap\Models\User::setScriptPath PHP Method

setScriptPath() public method

Sets the users script path.
public setScriptPath ( string $path ) : User
$path string
return User
    public function setScriptPath($path)
    {
        return $this->setFirstAttribute($this->schema->scriptPath(), $path);
    }