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

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

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

Свойство Тип Описание
$createBackups string The flag to create backups before deleting the application folder.
$factory string The extractors factory class name.
$name string The extractors name.
$restoreBackups string The flag to restore backups after extracting the archive to the application folder.
$type string The extractors type.

Открытые методы

Метод Описание
__construct ( string $name = '', string $type = '', string $factory = '', boolean $createBackups = false, boolean $restoreBackups = false ) Initializes the extractor node with the necessary data.
getFactory ( ) : string Returns the extractor's factory class name.
getName ( ) : string Returns the extractor's name.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns the extractor's type.
isCreateBackups ( ) : boolean Returns the flag that backups should be created.
isRestoreBackups ( ) : boolean Returns the flag that backups should be restored.

Описание методов

__construct() публичный Метод

Initializes the extractor node with the necessary data.
public __construct ( string $name = '', string $type = '', string $factory = '', boolean $createBackups = false, boolean $restoreBackups = false )
$name string The extractor's name
$type string The extractor's type
$factory string The extractor's factory class name
$createBackups boolean The flag to create backups
$restoreBackups boolean The flag to restore backups

getFactory() публичный Метод

Returns the extractor's factory class name.
public getFactory ( ) : string
Результат string The extractor's factory class name

getName() публичный Метод

Returns the extractor's name.
public getName ( ) : string
Результат string The extractor's name

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

getType() публичный Метод

Returns the extractor's type.
public getType ( ) : string
Результат string The extractor's type

isCreateBackups() публичный Метод

Returns the flag that backups should be created.
public isCreateBackups ( ) : boolean
Результат boolean The flag to create backups

isRestoreBackups() публичный Метод

Returns the flag that backups should be restored.
public isRestoreBackups ( ) : boolean
Результат boolean The flag to restore backups

Описание свойств

$createBackups защищенное свойство

The flag to create backups before deleting the application folder.
protected string $createBackups
Результат string

$factory защищенное свойство

The extractors factory class name.
protected string $factory
Результат string

$name защищенное свойство

The extractors name.
protected string $name
Результат string

$restoreBackups защищенное свойство

The flag to restore backups after extracting the archive to the application folder.
protected string $restoreBackups
Результат string

$type защищенное свойство

The extractors type.
protected string $type
Результат string