Spec-Zone.ru › Symfony 3.0

ArrayAccessibleResourceBundle

class ArrayAccessibleResourceBundle implements ArrayAccess, IteratorAggregate, Countable

Решение проблемы в реализации PHP \ResourceBundle.

Дополнительную информацию можно найти на https://bugs.php.net/bug.php?id=64356. Этот класс можно удалить после исправления ошибки.

Методы

__construct(ResourceBundle $bundleImpl)
get($offset, $fallback = null)
offsetExists($offset)
offsetGet($offset)
offsetSet($offset, $value)
offsetUnset($offset)
getIterator()
count()
getErrorCode()
getErrorMessage()

Детали

__construct(ResourceBundle $bundleImpl)

Параметры

ResourceBundle $bundleImpl

get($offset, $fallback = null)

Параметры

$offset
$fallback

offsetExists($offset)

Параметры

$offset

offsetGet($offset)

Параметры

$offset

offsetSet($offset, $value)

Параметры

$offset
$value

offsetUnset($offset)

Параметры

$offset

getIterator()

count()

getErrorCode()

getErrorMessage()

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/Intl/ResourceBundle/Util/ArrayAccessibleResourceBundle.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API