Home
last modified time | relevance | path

Searched refs:ArrayAccess (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
DGroup.php11 use ArrayAccess; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
53 * @see ArrayAccess::offsetExists()
64 * @see ArrayAccess::offsetGet()
100 * @see ArrayAccess::offsetUnset()
/template/strap/ComboStrap/
DArrayCaseInsensitive.php7 use ArrayAccess; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/template/strap/vendor/php-webdriver/webdriver/lib/
DCookie.php14 class Cookie implements \ArrayAccess
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php364 if (!\is_array($values) && !$values instanceof \ArrayAccess) {
1407 || ($object instanceof ArrayAccess && isset($object[$arrayItem]))
1425 if ($object instanceof ArrayAccess) {
/template/strap/vendor/symfony/yaml/
DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
/template/strap/vendor/php-webdriver/webdriver/
DCHANGELOG.md151 …d in `Cookie` object instead of an plain array. The object implements `ArrayAccess` interface to p…