Documentation

EnumCase
in package
implements Element, MetaDataContainer Uses MetadataContainer

Interfaces, Classes and Traits

Element
Interface for Api Elements
MetaDataContainer

Table of Contents

$docBlock  : DocBlock|null
$endLocation  : Location
$fqsen  : Fqsen
$location  : Location
$value  : string|null
__construct()  : mixed
getDocBlock()  : DocBlock|null
getEndLocation()  : Location
getFqsen()  : Fqsen
Returns the Fqsen of the element.
getLocation()  : Location
getName()  : string
Returns the name of the element.
getValue()  : string|null

Properties

Methods

__construct()

public __construct(Fqsen $fqsen, DocBlock|null $docBlock[, Location|null $location = null ][, Location|null $endLocation = null ][, string|null $value = null ]) : mixed
Parameters
$fqsen : Fqsen
$docBlock : DocBlock|null
$location : Location|null = null
$endLocation : Location|null = null
$value : string|null = null
Return values
mixed

getFqsen()

Returns the Fqsen of the element.

public getFqsen() : Fqsen
Return values
Fqsen

getName()

Returns the name of the element.

public getName() : string
Return values
string

getValue()

public getValue() : string|null
Return values
string|null

Search results