rfc:functional-elements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:functional-elements [2008/03/17 09:34] – Clarifying definition lstrojnyrfc:functional-elements [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 53: Line 53:
 <code php> <code php>
 iterate(new CallIterator($list, 'method')); iterate(new CallIterator($list, 'method'));
 +</code>
 +
 +=== UC-2: Iterating over an aggregation of objects and keeping the results ===
 +<code php>
 +$result = iterate(new CallIterator($list, 'method'), true);
 </code> </code>
  
rfc/functional-elements.1205746470.txt.gz · Last modified: 2017/09/22 13:28 (external edit)