%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/_build/doctrees/ |
Current File : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/_build/doctrees/iterators.doctree |
�cdocutils.nodes document q)�q}q(U nametypesq}q(X resource classesqNX paginatediterator optionsqNX iteratorsqNX setting up a paginatediteratorq NX using paginated collectionsq NX common behaviourqNX very important noteqNuUsubstitution_defsq }qUparse_messagesq]qUcurrent_sourceqNU decorationqNUautofootnote_startqKUnameidsq}q(hUresource-classesqhUpaginatediterator-optionsqhU iteratorsqh Usetting-up-a-paginatediteratorqh Uusing-paginated-collectionsqhUcommon-behaviourqhUvery-important-notequUchildrenq]qcdocutils.nodes section q)�q }q!(U rawsourceq"U Uparentq#hUsourceq$X2 /Users/jamie/projects/php/v1-sdk/doc/iterators.rstq%Utagnameq&Usectionq'U attributesq(}q)(Udupnamesq*]Uclassesq+]Ubackrefsq,]Uidsq-]q.haUnamesq/]q0hauUlineq1KUdocumentq2hh]q3(cdocutils.nodes title q4)�q5}q6(h"X Iteratorsq7h#h h$h%h&Utitleq8h(}q9(h*]h+]h,]h-]h/]uh1Kh2hh]q:cdocutils.nodes Text q;X Iteratorsq<��q=}q>(h"h7h#h5ubaubcdocutils.nodes paragraph q?)�q@}qA(h"X� Iterators allow you to traverse over collections of your resources in an efficient and easy way. Currently there are two Iterators provided by the SDK:qBh#h h$h%h&U paragraphqCh(}qD(h*]h+]h,]h-]h/]uh1Kh2hh]qEh;X� Iterators allow you to traverse over collections of your resources in an efficient and easy way. Currently there are two Iterators provided by the SDK:qF��qG}qH(h"hBh#h@ubaubcdocutils.nodes bullet_list qI)�qJ}qK(h"U h#h h$h%h&Ubullet_listqLh(}qM(UbulletqNX -h-]h,]h*]h+]h/]uh1Kh2hh]qO(cdocutils.nodes list_item qP)�qQ}qR(h"X� **ResourceIterator**. The standard iterator class that implements SPL's standard `Iterator <http://php.net/manual/en/class.iterator.php>`__, `ArrayAccess <http://www.php.net/manual/en/class.arrayaccess.php>`__ and `Countable <http://php.net/manual/en/class.countable.php>`__ interfaces. In short, this allows you to traverse this object (using ``foreach``), count its internal elements like an array (using ``count`` or ``sizeof``), and access its internal elements like an array (using ``$iterator[1]``). h#hJh$h%h&U list_itemqSh(}qT(h*]h+]h,]h-]h/]uh1Nh2hh]qUh?)�qV}qW(h"X� **ResourceIterator**. The standard iterator class that implements SPL's standard `Iterator <http://php.net/manual/en/class.iterator.php>`__, `ArrayAccess <http://www.php.net/manual/en/class.arrayaccess.php>`__ and `Countable <http://php.net/manual/en/class.countable.php>`__ interfaces. In short, this allows you to traverse this object (using ``foreach``), count its internal elements like an array (using ``count`` or ``sizeof``), and access its internal elements like an array (using ``$iterator[1]``).h#hQh$h%h&hCh(}qX(h*]h+]h,]h-]h/]uh1Kh]qY(cdocutils.nodes strong qZ)�q[}q\(h"X **ResourceIterator**h(}q](h*]h+]h,]h-]h/]uh#hVh]q^h;X ResourceIteratorq_��q`}qa(h"U h#h[ubah&Ustrongqbubh;X= . The standard iterator class that implements SPL's standard qc��qd}qe(h"X= . The standard iterator class that implements SPL's standard h#hVubcdocutils.nodes reference qf)�qg}qh(h"X: `Iterator <http://php.net/manual/en/class.iterator.php>`__h(}qi(UnameX IteratorUrefuriqjX+ http://php.net/manual/en/class.iterator.phph-]h,]h*]h+]h/]uh#hVh]qkh;X Iteratorql��qm}qn(h"U h#hgubah&U referenceqoubh;X , qp��qq}qr(h"X , h#hVubhf)�qs}qt(h"XD `ArrayAccess <http://www.php.net/manual/en/class.arrayaccess.php>`__h(}qu(UnameX ArrayAccesshjX2 http://www.php.net/manual/en/class.arrayaccess.phph-]h,]h*]h+]h/]uh#hVh]qvh;X ArrayAccessqw��qx}qy(h"U h#hsubah&houbh;X and qz��q{}q|(h"X and h#hVubhf)�q}}q~(h"X<