PHP Class AppserverIo\Appserver\Core\Api\Node\ScannerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ScannerNodeInterface, use trait ParamsNodeTrait, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait
Afficher le fichier Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Свойство Type Description
$factory string The scanner factory class name.
$name string The scanner name.
$type string The scanner type.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public méthode

Returns the scanner factory class.
public getFactory ( ) : string
Résultat string The scanner factory class

getName() public méthode

Returns the provisioner name.
public getName ( ) : string
Résultat string The provisioner name

getPrimaryKey() public méthode

Returns the nodes primary key, the name by default.
See also: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
Résultat string The nodes primary key

getType() public méthode

Returns the scanner type.
public getType ( ) : string
Résultat string The scanner type

Property Details

$factory protected_oe property

The scanner factory class name.
protected string $factory
Résultat string

$name protected_oe property

The scanner name.
protected string $name
Résultat string

$type protected_oe property

The scanner type.
protected string $type
Résultat string