Class MethodTag

Summary

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

Description

Methods

Name Description Defined By
__toString() MethodTag
getDescription() MethodTag
getMethodName() MethodTag
getName() MethodTag
getReturnType() Get return value type MethodTag
getTypes() MethodTag
initialize() Initializer MethodTag
isStatic() MethodTag

Method Details

__toString()

Returns: void

getDescription()

Returns: null|string

getMethodName()

Returns: string

getName()

Returns: string

getReturnType()

Get return value type

Returns: null|string

getTypes()

Returns: void

initialize()

Initializer

Parameter Name Type Description
$tagDocblockLine string

Returns:

isStatic()

Returns: bool

Top