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