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

Public Member Functions

 setDescription ($description)
 
 getDescription ()
 
- Public Member Functions inherited from GenericTag
 __construct ($name=null, $content=null)
 
 setName ($name)
 
 getName ()
 
 setContent ($content)
 
 getContent ()
 
 generate ()
 
- Public Member Functions inherited from AbstractGenerator
 __construct ($options=[])
 
 setSourceDirty ($isSourceDirty=true)
 
 isSourceDirty ()
 
 setIndentation ($indentation)
 
 getIndentation ()
 
 setSourceContent ($sourceContent)
 
 getSourceContent ()
 
 setOptions ($options)
 

Static Public Member Functions

static fromReflection (ReflectionTagInterface $reflectionTag)
 

Additional Inherited Members

- Public Attributes inherited from AbstractGenerator
const LINE_FEED = "\n"
 Line feed to use in place of EOL.
 
- Protected Attributes inherited from GenericTag
 $name = null
 
 $content = null
 

Detailed Description

Deprecated:
Deprecated in 2.3. Use GenericTag instead

Member Function Documentation

static fromReflection ( ReflectionTagInterface  $reflectionTag)
static
Parameters
ReflectionTagInterface$reflectionTag
Returns
Tag
Deprecated:
Deprecated in 2.3. Use TagManager::createTagFromReflection() instead
getDescription ( )
Returns
string
Deprecated:
Deprecated in 2.3. Use GenericTag::getContent() instead
setDescription (   $description)
Parameters
string$description
Returns
Tag
Deprecated:
Deprecated in 2.3. Use GenericTag::setContent() instead