ScriptFUSION\Porter\Options\EncapsulatedOptions::getReference PHP Method

getReference() final protected method

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