Class PropertyTag

Summary

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

Description

Methods

Name Description Defined By
__toString() PropertyTag
getDescription() PropertyTag
getName() PropertyTag
getPropertyName() PropertyTag
getType() PropertyTag
getTypes() PropertyTag
initialize() Initializer PropertyTag

Method Details

__toString()

Returns: void

getDescription()

Returns: null|string

getName()

Returns: string

getPropertyName()

Returns: null|string

getType()

Returns: null|string

getTypes()

Returns: void

initialize()

Initializer

Parameter Name Type Description
$tagDocblockLine string

Returns:

Top