Remote::options PHP Method

options() public method

Returns all options which have been set for the current request
public options ( ) : array
return array
    public function options()
    {
        return $this->options;
    }