Class TagManager

Summary

Fully Qualified Name: Zend\Code\Reflection\DocBlock\TagManager
Extends: PrototypeClassFactory

Description

Methods

Name Description Defined By
__construct() PrototypeClassFactory
addPrototype() PrototypeClassFactory
createTag() TagManager
getClonedPrototype() PrototypeClassFactory
hasPrototype() PrototypeClassFactory
initializeDefaultTags() TagManager
setGenericPrototype() PrototypeClassFactory

Method Details

__construct()

Parameter Name Type Description
$prototypes \PrototypeInterface[]
$genericPrototype \PrototypeGenericInterface

Returns:

addPrototype()

Parameter Name Type Description
$prototype \PrototypeInterface

Returns:

createTag()

Parameter Name Type Description
$tagName string
$content string

Returns: \TagInterface

getClonedPrototype()

Parameter Name Type Description
$prototypeName string

Returns: \PrototypeInterface

hasPrototype()

Parameter Name Type Description
$name string

Returns: bool

initializeDefaultTags()

Returns: void

setGenericPrototype()

Parameter Name Type Description
$prototype \PrototypeGenericInterface

Returns:

Top