ScriptFUSION\Porter\Provider\AbstractProvider::getOptions PHP Method

getOptions() protected method

Gets the provider options.
protected getOptions ( ) : EncapsulatedOptions | null
return ScriptFUSION\Porter\Options\EncapsulatedOptions | null
    protected function getOptions()
    {
        return $this->options;
    }