PHP Класс AppserverIo\Appserver\Core\Api\Node\StorageNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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