Documentation

MethodParameter
in package

Table of Contents

$defaultValue  : string|null
$isReference  : bool
$isVariadic  : bool
$name  : string
$type  : Type
__construct()  : mixed
getDefaultValue()  : string|null
getName()  : string
getType()  : Type
isReference()  : bool
isVariadic()  : bool

Properties

Methods

__construct()

public __construct(string $name, Type $type[, bool $isReference = false ][, bool $isVariadic = false ][, string|null $defaultValue = null ]) : mixed
Parameters
$name : string
$type : Type
$isReference : bool = false
$isVariadic : bool = false
$defaultValue : string|null = null
Return values
mixed

getDefaultValue()

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

Search results