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

상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$storageServers array Array with the servers used by the storage.
$type string The storage class name.

공개 메소드들

메소드 설명
__construct ( string $type = '', array $storageServers = [] ) Initializes the storage configuration with the passed values.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getStorageServers ( ) : array Returns the array with the servers used by the storage.
getType ( ) : string Returns the class name.

메소드 상세

__construct() 공개 메소드

Initializes the storage configuration with the passed values.
public __construct ( string $type = '', array $storageServers = [] )
$type string The manager class name
$storageServers array The array with the storage servers

getPrimaryKey() 공개 메소드

Returns the nodes primary key, the name by default.
또한 보기: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
리턴 string The nodes primary key

getStorageServers() 공개 메소드

Returns the array with the servers used by the storage.
public getStorageServers ( ) : array
리턴 array The servers used by the storage

getType() 공개 메소드

Returns the class name.
public getType ( ) : string
리턴 string The class name

프로퍼티 상세

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

Array with the servers used by the storage.
protected array $storageServers
리턴 array

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

The storage class name.
protected string $type
리턴 string