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

저자: Bernhard Wick ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$name string The name of the connector, might be chosen freely
$type string The type of the connector, might be chosen freely

공개 메소드들

메소드 설명
getName ( ) : string Returns the connector's name
getType ( ) : string Returns the connector's type

메소드 상세

getName() 공개 메소드

Returns the connector's name
public getName ( ) : string
리턴 string Name of the connector

getType() 공개 메소드

Returns the connector's type
public getType ( ) : string
리턴 string Type of the connector

프로퍼티 상세

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

The name of the connector, might be chosen freely
protected string $name
리턴 string

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

The type of the connector, might be chosen freely
protected string $type
리턴 string