AppserverIo\Appserver\Core\Api\Node\ConnectorNode::getType PHP 메소드

getType() 공개 메소드

Returns the connector's type
public getType ( ) : string
리턴 string Type of the connector
    public function getType()
    {
        return $this->type;
    }
ConnectorNode