class ArrayAccessibleResourceBundle implements ArrayAccess, IteratorAggregate, Countable

Work-around for a bug in PHP's \ResourceBundle implementation.

More information can be found on https://bugs.php.net/bug.php?id=64356. This class can be removed once that bug is fixed.

Methods

__construct(ResourceBundle $bundleImpl)

No description

get($offset, $fallback = null)

No description

offsetExists($offset)

No description

offsetGet($offset)

No description

offsetSet($offset, $value)

No description

offsetUnset($offset)

No description

getIterator()

No description

count()

No description

getErrorCode()

No description

getErrorMessage()

No description

Details

at line line 28
__construct(ResourceBundle $bundleImpl)

Parameters

ResourceBundle $bundleImpl

at line line 33
get($offset, $fallback = null)

Parameters

$offset
$fallback

at line line 40
offsetExists($offset)

Parameters

$offset

at line line 45
offsetGet($offset)

Parameters

$offset

at line line 50
offsetSet($offset, $value)

Parameters

$offset
$value

at line line 55
offsetUnset($offset)

Parameters

$offset

at line line 60
getIterator()

at line line 65
count()

at line line 70
getErrorCode()

at line line 75
getErrorMessage()