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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$datasources array The datasources.

공개 메소드들

메소드 설명
getDatasources ( ) : array Return's the array with the datasources.
getDatasourcesAsArray ( ) : array Return's an array with the datasources.

메소드 상세

getDatasources() 공개 메소드

Return's the array with the datasources.
public getDatasources ( ) : array
리턴 array The datasources

getDatasourcesAsArray() 공개 메소드

Return's an array with the datasources.
public getDatasourcesAsArray ( ) : array
리턴 array The array with datasources

프로퍼티 상세

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

The datasources.
protected array $datasources
리턴 array