AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode::getType PHP Метод

getType() публичный Метод

Returns the fannotation registry's type.
public getType ( ) : string
Результат string The fannotation registry's type
    public function getType()
    {
        return $this->type;
    }