Neos\Flow\Security\Authentication\EntryPoint\AbstractEntryPoint::getOptions PHP Méthode

getOptions() public méthode

Returns the options array
public getOptions ( ) : array
Résultat array The configuration options of this entry point
    public function getOptions()
    {
        return $this->options;
    }
AbstractEntryPoint