AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode::getType PHP Method

getType() public method

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