ArrayAccessibleResourceBundle
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
Details
Parameters
get($offset)
Parameters
offsetExists($offset)
Parameters
offsetGet($offset)
Parameters
offsetSet($offset, $value)
Parameters
offsetUnset($offset)
Parameters
getIterator()
count()
getErrorCode()
getErrorMessage()