Documentation

ArrayShapeItem
in package

Table of Contents

$key  : string|null
$optional  : bool
$value  : Type
__construct()  : mixed
__toString()  : string
getKey()  : string|null
getValue()  : Type
isOptional()  : bool

Properties

Methods

__construct()

public __construct(string|null $key, Type|null $value, bool $optional) : mixed
Parameters
$key : string|null
$value : Type|null
$optional : bool
Return values
mixed

__toString()

public __toString() : string
Return values
string

getKey()

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

Search results