LegacyArrayAccess
Table of Contents
Methods
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
-
normalizePropertyName()
: string
offsetExists()
public
offsetExists(string $offset) : bool
Parameters
-
$offset
: string
-
offsetGet()
public
offsetGet(string $offset) : mixed
Parameters
-
$offset
: string
-
offsetSet()
public
offsetSet(string $offset, mixed $value) : void
Parameters
-
$offset
: string
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(string $offset) : void
Parameters
-
$offset
: string
-
normalizePropertyName()
private
normalizePropertyName(string $offset) : string
Parameters
-
$offset
: string
-