Prado\Web\UI\TClientSideOptions::getOption PHP Méthode

getOption() protected méthode

protected getOption ( $name ) : string
Résultat string gets a particular option, null if not set.
    protected function getOption($name)
    {
        if ($this->_options) {
            return $this->_options->itemAt($name);
        } else {
            return null;
        }
    }