Class ThrowsTag

Summary

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

Description

Methods

Name Description Defined By
getDescription() ThrowsTag
getName() ThrowsTag
getType() Get return variable type ThrowsTag
getTypes() ThrowsTag
initialize() ThrowsTag

Method Details

getDescription()

Returns: string

getName()

Returns: string

getType()

Get return variable type

Returns: string

getTypes()

Returns: array

initialize()

Parameter Name Type Description
$tagDocBlockLine string

Returns: void

Top