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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$managers array The contexts manager configuration.

공개 메소드들

메소드 설명
getManagers ( ) : array Returns the contexts manager configuration.
setManagers ( array $managers ) : void Sets the contexts manager configuration.

메소드 상세

getManagers() 공개 메소드

Returns the contexts manager configuration.
public getManagers ( ) : array
리턴 array The contexts manager configuration

setManagers() 공개 메소드

Sets the contexts manager configuration.
public setManagers ( array $managers ) : void
$managers array The contexts manager configuration
리턴 void

프로퍼티 상세

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

The contexts manager configuration.
protected array $managers
리턴 array