W3cubDocs

/Symfony 2.7

Symfony\Component\Intl\Data\Util\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()
getErrorCode()
getErrorMessage()

Details

public __construct(ResourceBundle $bundleImpl)

Parameters

ResourceBundle $bundleImpl

public get($offset)

Parameters

$offset

public offsetExists($offset)

Parameters

$offset

public offsetGet($offset)

Parameters

$offset

public offsetSet($offset, $value)

Parameters

$offset
$value

public offsetUnset($offset)

Parameters

$offset

public getIterator()

public count()

public getErrorCode()

public getErrorMessage()

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.html