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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$formatter FormatterNode The handler's formatter configuration.
$type string The handler's class name.

공개 메소드들

메소드 설명
__construct ( string $type = '', FormatterNode $formatter = null, array $params = [] ) Initializes the provisioner node with the necessary data.
getFormatter ( ) : FormatterNode Returns the formatter configuration.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns information about the handler's class name.

메소드 상세

__construct() 공개 메소드

Initializes the provisioner node with the necessary data.
public __construct ( string $type = '', FormatterNode $formatter = null, array $params = [] )
$type string The provisioner type
$formatter FormatterNode The formatter node
$params array The handler params

getFormatter() 공개 메소드

Returns the formatter configuration.
public getFormatter ( ) : FormatterNode
리턴 FormatterNode The formatter configuration node

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 information about the handler's class name.
public getType ( ) : string
리턴 string The handler's class name

프로퍼티 상세

$formatter 보호되어 있는 프로퍼티

The handler's formatter configuration.
protected FormatterNode,AppserverIo\Appserver\Core\Api\Node $formatter
리턴 FormatterNode

$type 보호되어 있는 프로퍼티

The handler's class name.
protected string $type
리턴 string