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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$sessionHandlers array The session handler configuration.

공개 메소드들

메소드 설명
getSessionHandlers ( ) : array Returns the session handler configuration.
setSessionHandlers ( array $sessionHandlers ) : void Sets the session handler configuration.

메소드 상세

getSessionHandlers() 공개 메소드

Returns the session handler configuration.
public getSessionHandlers ( ) : array
리턴 array The session handler configuration

setSessionHandlers() 공개 메소드

Sets the session handler configuration.
public setSessionHandlers ( array $sessionHandlers ) : void
$sessionHandlers array The session handler configuration
리턴 void

프로퍼티 상세

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

The session handler configuration.
protected array $sessionHandlers
리턴 array