MethodParameter
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
$defaultValue
private
string|null
$defaultValue
= null
$isReference
private
bool
$isReference
$isVariadic
private
bool
$isVariadic
$name
private
string
$name
$type
private
Type
$type
__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
—
getName()
public
getName() : string
Return values
string
—
getType()
public
getType() : Type
Return values
Type
—
isReference()
public
isReference() : bool
Return values
bool
—
isVariadic()
public
isVariadic() : bool
Return values
bool
—