Home
last modified time | relevance | path

Searched refs:ArrayAccess (Results 1 – 25 of 56) sorted by last modified time

123

/plugin/nspages/printers/
H A DprinterTree.php199 class NspagesTreeNsNode implements ArrayAccess {
229 * Implement ArrayAccess because instances of this class should be sortable with nspages_sorter
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php7 use ArrayAccess; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php11 use ArrayAccess; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
53 * @see ArrayAccess::offsetExists()
64 * @see ArrayAccess::offsetGet()
76 * @see \ArrayAccess::offsetSet()
100 * @see ArrayAccess::offsetUnset()
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md151 - Cookies retrieved using `getCookieNamed()` and `getCookies()` methods of `WebDriverOptions` are now encapsulated in `Cookie` object instead of an plain array. The object implements `ArrayAccess` interface to provide backward compatibility.
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php10 * Implements ArrayAccess for backwards compatibility.
14 class Cookie implements \ArrayAccess
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
/plugin/oauthgeneric/
H A DDotAccess.php16 * @param \ArrayAccess|array $array
55 return is_array($value) || $value instanceof \ArrayAccess;
61 * @param \ArrayAccess|array $array
67 if ($array instanceof \ArrayAccess) {
/plugin/oauthauthsch/
H A DDotAccess.php53 return is_array($value) || $value instanceof \ArrayAccess;
65 if ($array instanceof \ArrayAccess) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php14 class ResultSet implements \Iterator, \ArrayAccess, \Countable
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php15 class ResultSet implements \Iterator, \Countable, \ArrayAccess
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php15 class LanguageResult implements \JsonSerializable, \IteratorAggregate, \ArrayAccess
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1582 - Add \ArrayAccess on the ResultSet object
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php9 \ArrayAccess,
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogRecord.php14 use ArrayAccess; alias
28 interface LogRecord extends \ArrayAccess
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md818 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
H A DCHANGELOG.md839 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php5 use ArrayAccess; alias
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php50 } elseif (is_array($serverData) || $serverData instanceof \ArrayAccess) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php82 if (!is_array($container) && !$container instanceof \ArrayAccess) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php31 class Model implements \ArrayAccess
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md286 - Add support for passing an object implementing the `ArrayAccess` interface for
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php25 * @phpstan-implements \ArrayAccess<int, T>
27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess
/plugin/strata/helper/
H A Dsyntax.php78 class helper_plugin_strata_syntax_RegexHelperCapture implements ArrayAccess {

123