PHP 클래스 Neos\Flow\Security\Authentication\EntryPoint\AbstractEntryPoint

상속: implements Neos\Flow\Security\Authentication\EntryPointInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$options array The configurations options

공개 메소드들

메소드 설명
getOptions ( ) : array Returns the options array
setOptions ( array $options ) : void Sets the options array

메소드 상세

getOptions() 공개 메소드

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

setOptions() 공개 메소드

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

프로퍼티 상세

$options 보호되어 있는 프로퍼티

The configurations options
protected array $options
리턴 array