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

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ScannerNodeInterface, use trait ParamsNodeTrait, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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