Jarves\Configuration\Field::getOption PHP Method

getOption() public method

public getOption ( string $key ) : mixed
$key string
return mixed
    public function getOption($key)
    {
        return $this->options ? $this->options->getOption($key) : null;
    }
Field