Jarves\Configuration\Field::getOption PHP Méthode

getOption() public méthode

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