ScriptFUSION\Porter\Options\EncapsulatedOptions::getReference PHP Méthode

getReference() final protected méthode

Gets a pointer to the specified option name.
final protected getReference ( string $option ) : mixed
$option string Option name.
Résultat mixed
    protected final function &getReference($option)
    {
        return $this->options["{$option}"];
    }