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

Public Member Functions

 getName ()
 
 initialize ($tagDocBlockLine)
 
 getType ()
 
 getTypes ()
 Return all types supported by the tag definition.
 
 getDescription ()
 

Protected Attributes

 $types = []
 
 $description = null
 

Member Function Documentation

getDescription ( )
Returns
string
getName ( )
Returns
string

Implements PrototypeInterface.

getType ( )
Returns
string
Deprecated:
2.0.4 use getTypes instead
getTypes ( )

Return all types supported by the tag definition.

Returns
string[]

Implements PhpDocTypedTagInterface.

initialize (   $tagDocBlockLine)
Parameters
string$tagDocBlockLine
Returns
void

Implements TagInterface.

Member Data Documentation

$description = null
protected
$types = []
protected