Methods

__construct()

__construct(\Zend\Code\Reflection\DocBlock\Tag\TagInterface[] $prototypes) 

addTagPrototype()

addTagPrototype(\Zend\Code\Reflection\DocBlock\Tag\TagInterface $tag) 

createTag()

createTag(string $tagName, string $content) : \Zend\Code\Reflection\DocBlock\Tag\GenericTag

Parameters

$tagName

string

$content

string

Exceptions

\Zend\Code\Reflection\Exception\RuntimeException

Returns

hasTag()

hasTag(string $tagName) : bool

Parameters

$tagName

string

Returns

bool

useDefaultPrototypes()

useDefaultPrototypes() : void

 Properties

 

$genericTag

$genericTag : \Zend\Code\Reflection\DocBlock\Tag\GenericTag

 

$tagNames

$tagNames : array

 

$tags

$tags : array

 Constants

 

USE_DEFAULT_PROTOTYPES

USE_DEFAULT_PROTOTYPES