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