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

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

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

Свойство Тип Описание
$factory string The scanner factory class name.
$name string The scanner name.
$type string The scanner type.

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

Метод Описание
__construct ( string $name = '', string $type = '', string $factory = '', array $params = [], array $directories = [] ) Initializes the scanner node with the necessary data.
getFactory ( ) : string Returns the scanner factory class.
getName ( ) : string Returns the provisioner name.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns the scanner type.

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

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

Initializes the scanner node with the necessary data.
public __construct ( string $name = '', string $type = '', string $factory = '', array $params = [], array $directories = [] )
$name string The scanner name
$type string The scanner type
$factory string The scanner type
$params array The scanner params
$directories array The scanner directories

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

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

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

Returns the provisioner name.
public getName ( ) : string
Результат string The provisioner 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 scanner type.
public getType ( ) : string
Результат string The scanner type

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

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

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

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

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

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

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