Zend Framework  3.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GenericTag Class Reference

Public Member Functions

 __construct ($contentSplitCharacter= ' ')
 
 initialize ($tagDocBlockLine)
 
 getName ()
 Get annotation tag name.
 
 setName ($name)
 
 getContent ()
 
 returnValue ($position)
 
 __toString ()
 Serialize to string.
 

Protected Member Functions

 parse ($docBlockLine)
 

Protected Attributes

 $name = null
 
 $content = null
 
 $contentSplitCharacter = null
 
 $values = []
 

Constructor & Destructor Documentation

__construct (   $contentSplitCharacter = ' ')
Parameters
string$contentSplitCharacter

Member Function Documentation

__toString ( )

Serialize to string.

Required by Reflector

Todo:
What should this do?
Returns
string
getContent ( )
Returns
string
getName ( )

Get annotation tag name.

Returns
string

Implements PrototypeInterface.

initialize (   $tagDocBlockLine)
Parameters
string$tagDocBlockLine
Returns
void

Implements TagInterface.

parse (   $docBlockLine)
protected
Parameters
string$docBlockLine
returnValue (   $position)
Parameters
int$position
Returns
string
setName (   $name)
Parameters
string$name

Implements PrototypeGenericInterface.

Member Data Documentation

$content = null
protected
$contentSplitCharacter = null
protected
$name = null
protected
$values = []
protected