Habari\XMLRPCClient::set_scope PHP Метод

set_scope() публичный Метод

Set the scope of any subsequent function calls The default scope is 'system'.
public set_scope ( string $scope )
$scope string The scope to use
    public function set_scope($scope)
    {
        $this->scope = $scope;
    }