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

getType() 공개 메소드

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