Class ParamTag

Summary

Fully Qualified Name: Zend\Code\Reflection\DocBlock\Tag\ParamTag
Implements: TagInterface, PhpDocTypedTagInterface

Description

Methods

Name Description Defined By
getDescription() ParamTag
getName() ParamTag
getType() Get parameter variable type ParamTag
getTypes() ParamTag
getVariableName() Get parameter name ParamTag
initialize() Initializer ParamTag

Method Details

getDescription()

Returns: string

getName()

Returns: string

getType()

Get parameter variable type

Returns: string

getTypes()

Returns: void

getVariableName()

Get parameter name

Returns: string

initialize()

Initializer

Parameter Name Type Description
$tagDocBlockLine string

Returns:

Top