Zend Framework  3.0
Public Member Functions | List of all members
TagManager Class Reference

Public Member Functions

 initializeDefaultTags ()
 
 createTag ($tagName, $content=null)
 
- Public Member Functions inherited from PrototypeClassFactory
 __construct ($prototypes=[], PrototypeGenericInterface $genericPrototype=null)
 
 addPrototype (PrototypeInterface $prototype)
 
 setGenericPrototype (PrototypeGenericInterface $prototype)
 
 hasPrototype ($name)
 
 getClonedPrototype ($prototypeName)
 

Additional Inherited Members

- Protected Member Functions inherited from PrototypeClassFactory
 normalizeName ($name)
 
- Protected Attributes inherited from PrototypeClassFactory
 $prototypes = []
 
 $genericPrototype = null
 

Member Function Documentation

createTag (   $tagName,
  $content = null 
)
Parameters
string$tagName
string$content
Returns
TagInterface
initializeDefaultTags ( )
Returns
void