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

getName() 공개 메소드

Returns the connector's name
public getName ( ) : string
리턴 string Name of the connector
    public function getName()
    {
        return $this->name;
    }
ConnectorNode