Home
last modified time | relevance | path

Searched refs:IteratorAggregate (Results 1 – 25 of 61) sorted by path

123

/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php27 use IteratorAggregate; alias
37 class FacebookBatchRequest extends FacebookRequest implements IteratorAggregate, ArrayAccess
H A DFacebookBatchResponse.php27 use IteratorAggregate; alias
35 class FacebookBatchResponse extends FacebookResponse implements IteratorAggregate, ArrayAccess
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php37 use IteratorAggregate; alias
39 class Collection implements ArrayAccess, Countable, IteratorAggregate
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \Countable, \IteratorAggregate
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php12 final class Map implements Equatable, \Countable, \IteratorAggregate
H A DSet.php12 final class Set implements Equatable, \IteratorAggregate, \Countable
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php15 use IteratorAggregate; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
121 * @see IteratorAggregate::getIterator()
/plugin/combo/vendor/symfony/process/
H A DInputStream.php21 * @implements \IteratorAggregate<int, string>
23 class InputStream implements \IteratorAggregate
H A DProcess.php31 * @implements \IteratorAggregate<string, string>
33 class Process implements \IteratorAggregate
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php24 * @phpstan-implements \IteratorAggregate<int, T>
27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess
H A DPrioritizedList.php23 * @phpstan-implements \IteratorAggregate<T>
25 final class PrioritizedList implements \IteratorAggregate
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php11 \IteratorAggregate {};
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php15 class LanguageResult implements \JsonSerializable, \IteratorAggregate, \ArrayAccess
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php47 class Group extends Exception implements \ArrayAccess, \IteratorAggregate, \Countable
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DAggregate.php47 interface Aggregate extends \IteratorAggregate
H A DDemultiplexer.php82 if ($iterator instanceof \IteratorAggregate) {
H A DREADME.md75 [`IteratorAggregate`](http://php.net/iteratoraggregate)
H A DRepeater.php97 if ($iterator instanceof \IteratorAggregate) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php66 if ($iterator instanceof \IteratorAggregate) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php50 class Node implements \ArrayAccess, \IteratorAggregate
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md70 `\IteratorAggregate` interfaces. We will use the following examples:
H A DUstring.php53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess
30 * @see IteratorAggregate

123