Jarves\Configuration\SessionStorage::getOption PHP Method

getOption() public method

public getOption ( $key )
    public function getOption($key)
    {
        if (null === $this->options) {
            return null;
        }
        return $this->options->getOption($key);
    }