AppserverIo\Appserver\Core\Api\Node\ExtractorNode::getType PHP Méthode

getType() public méthode

Returns the extractor's type.
public getType ( ) : string
Résultat string The extractor's type
    public function getType()
    {
        return $this->type;
    }