onOffice WP Plugin

ArrayContainer
in package
implements ArrayAccess, Iterator

Interfaces, Classes, Traits and Enums

ArrayAccess
Iterator

Table of Contents

$_subject  : array<string|int, mixed>
__construct()  : mixed
current()  : mixed
Forced by Iterator interface
getValue()  : string
getValueRaw()  : mixed
key()  : mixed
Forced by Iterator interface
next()  : mixed
Forced by Iterator interface
offsetExists()  : bool
Forced by ArrayAccess interface
offsetGet()  : mixed
Forced by ArrayAccess interface
offsetSet()  : mixed
Forced by ArrayAccess interface
offsetUnset()  : mixed
Forced by ArrayAccess interface
rewind()  : mixed
Forced by Iterator interface
valid()  : bool
Forced by Iterator interface

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $keyValues) : mixed
Parameters
$keyValues : array<string|int, mixed>
Return values
mixed

current()

Forced by Iterator interface

public current() : mixed
Return values
mixed

getValue()

public getValue(mixed $key) : string
Parameters
$key : mixed
Return values
string

getValueRaw()

public getValueRaw(mixed $key) : mixed
Parameters
$key : mixed
Return values
mixed

key()

Forced by Iterator interface

public key() : mixed
Return values
mixed

next()

Forced by Iterator interface

public next() : mixed
Return values
mixed

offsetExists()

Forced by ArrayAccess interface

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

Forced by ArrayAccess interface

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetSet()

Forced by ArrayAccess interface

public offsetSet(mixed $offset, mixed $value) : mixed
Parameters
$offset : mixed
$value : mixed
Return values
mixed

offsetUnset()

Forced by ArrayAccess interface

public offsetUnset(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

rewind()

Forced by Iterator interface

public rewind() : mixed
Return values
mixed

valid()

Forced by Iterator interface

public valid() : bool
Return values
bool

Search results