AppserverIo\Appserver\Core\AbstractExtractor::getExtractorNode PHP Méthode

getExtractorNode() public méthode

Returns the extractor node configuration data.
public getExtractorNode ( ) : AppserverIo\Appserver\Core\Api\Node\ExtractorNodeInterface
Résultat AppserverIo\Appserver\Core\Api\Node\ExtractorNodeInterface The extractor node configuration data
    public function getExtractorNode()
    {
        return $this->extractorNode;
    }