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)

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

__construct(ResourceBundle $bundleImpl)

Parameters

ResourceBundle $bundleImpl

get($offset)

Parameters

$offset

offsetExists($offset)

Parameters

$offset

offsetGet($offset)

Parameters

$offset

offsetSet($offset, $value)

Parameters

$offset
$value

offsetUnset($offset)

Parameters

$offset

getIterator()

count()

getErrorCode()

getErrorMessage()