PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ContainersNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$containers array Array with nodes for the registered containers.

공개 메소드들

메소드 설명
getContainers ( ) : array Returns the array with all available containers.

메소드 상세

getContainers() 공개 메소드

Returns the array with all available containers.
public getContainers ( ) : array
리턴 array The available containers

프로퍼티 상세

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

Array with nodes for the registered containers.
protected array $containers
리턴 array