ThrowsTag
in package
implements
TagInterface, PhpDocTypedTagInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $description : string
- $types : array<string|int, mixed>
- getDescription() : string
- getName() : string
- getType() : string
- Get return variable type
- getTypes() : array<string|int, mixed>
- Return all types supported by the tag definition
- initialize() : void
Properties
$description
protected
string
$description
$types
protected
array<string|int, mixed>
$types
= []
Methods
getDescription()
public
getDescription() : string
Return values
string —getName()
public
getName() : string
Return values
string —getType()
Get return variable type
public
getType() : string
Tags
Return values
string —getTypes()
Return all types supported by the tag definition
public
getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —initialize()
public
initialize(string $tagDocBlockLine) : void
Parameters
- $tagDocBlockLine : string