ArrayContainerEscape
extends ArrayContainer
in package
Table of Contents
- $_escaping : string
- $_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
$_escaping
private
string
$_escaping
= null
$_subject
private
array<string|int, mixed>
$_subject
= array()
Methods
__construct()
public
__construct(array<string|int, mixed> $keyValues[, string $escaping = Escape::HTML ]) : mixed
Parameters
- $keyValues : array<string|int, mixed>
- $escaping : string = Escape::HTML
Return values
mixed —current()
Forced by Iterator interface
public
current() : mixed
Return values
mixed —getValue()
public
getValue(mixed $key[, string $escaping = null ]) : string
Parameters
- $key : mixed
- $escaping : string = null
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
Tags
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