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

Public Member Functions

 getName ()
 
 initialize ($tagDocBlockLine)
 Initializer.
 
 getType ()
 Get parameter variable type.
 
 getTypes ()
 Return all types supported by the tag definition.
 
 getVariableName ()
 Get parameter name.
 
 getDescription ()
 

Protected Attributes

 $types = []
 
 $variableName = null
 
 $description = null
 

Member Function Documentation

getDescription ( )
Returns
string
getName ( )
Returns
string

Implements PrototypeInterface.

getType ( )

Get parameter variable type.

Returns
string
Deprecated:
2.0.4 use getTypes instead
getTypes ( )

Return all types supported by the tag definition.

Returns
string[]

Implements PhpDocTypedTagInterface.

getVariableName ( )

Get parameter name.

Returns
string
initialize (   $tagDocBlockLine)

Initializer.

Parameters
string$tagDocBlockLine

Implements TagInterface.

Member Data Documentation

$description = null
protected
$types = []
protected
$variableName = null
protected