Reflection Docblock

MethodParameter
in package

FinalYes

Table of Contents

Constants

NO_DEFAULT_VALUE  = '__NO_VALUE__'

Properties

$defaultValue  : mixed
$isReference  : bool
$isVariadic  : bool
$name  : string
$type  : Type

Methods

__construct()  : mixed
__toString()  : string
getDefaultValue()  : string|null
getName()  : string
getType()  : Type
isReference()  : bool
isVariadic()  : bool

Constants

Properties

Methods

__construct()

public __construct(string $name, Type $type[, bool $isReference = false ][, bool $isVariadic = false ][, mixed $defaultValue = self::NO_DEFAULT_VALUE ]) : mixed
Parameters
$name : string
$type : Type
$isReference : bool = false
$isVariadic : bool = false
$defaultValue : mixed = self::NO_DEFAULT_VALUE

getDefaultValue()

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

        
On this page

Search results