ArrayAccessibleResourceBundle::getErrorCode()

getErrorCode()

ArrayAccessibleResourceBundle::getIterator()

getIterator()

ArrayAccessibleResourceBundle::getErrorMessage()

getErrorMessage()

ArrayAccessibleResourceBundle::offsetExists()

offsetExists($offset) Parameters $offset

ArrayAccessibleResourceBundle::getErrorCode()

getErrorCode()

ArrayAccessibleResourceBundle::getIterator()

getIterator()

ArrayAccessibleResourceBundle::getErrorMessage()

getErrorMessage()

ArrayAccessibleResourceBundle::offsetExists()

offsetExists($offset) Parameters $offset

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 __construct(ResourceBundle $bundleImpl) get($offset) offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) getIterator() count()

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 __construct(ResourceBundle $bundleImpl) get($offset, $fallback = null) offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) getIterator()