mediatekformation

ThrowsTag
in package
implements TagInterface, PhpDocTypedTagInterface

Interfaces, Classes, Traits and Enums

TagInterface
PhpDocTypedTagInterface

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

$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
deprecated
2.0.4

use getTypes instead

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
Return values
void

Search results