PHP Class Neos\Flow\Security\Authentication\EntryPoint\AbstractEntryPoint

Inheritance: implements Neos\Flow\Security\Authentication\EntryPointInterface
显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$options array The configurations options

Public Methods

Method Description
getOptions ( ) : array Returns the options array
setOptions ( array $options ) : void Sets the options array

Method Details

getOptions() public method

Returns the options array
public getOptions ( ) : array
return array The configuration options of this entry point

setOptions() public method

Sets the options array
public setOptions ( array $options ) : void
$options array An array of configuration options
return void

Property Details

$options protected_oe property

The configurations options
protected array $options
return array