PHP 트레잇 AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait

저자: Tim Wagner ([email protected])
저자: Bernhard Wick ([email protected])
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$authenticators array The authenticator configuration.

공개 메소드들

메소드 설명
getAuthenticators ( ) : array Returns the authenticator configuration.
setAuthenticators ( array $authenticators ) : void Sets the authenticator configuration.

메소드 상세

getAuthenticators() 공개 메소드

Returns the authenticator configuration.
public getAuthenticators ( ) : array
리턴 array The authenticator configuration

setAuthenticators() 공개 메소드

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
리턴 void

프로퍼티 상세

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

The authenticator configuration.
protected array $authenticators
리턴 array