Class: atkSelectorIterator
Source Location: /utils/class.atkselectoriterator.inc
Class atkSelectorIterator
Inherited from parent
|
|
Inherited From IteratorIterator (Internal Class)
-
constructor __construct ( $iterator )
-
-
current ( )
-
-
getInnerIterator ( )
-
-
key ( )
-
-
next ( )
-
-
rewind ( )
-
-
valid ( )
-
|
Method Summary
| void |
current() |
Returns the current row transformed. |
Methods
atkSelectorIterator __construct(
$iterator, atkSelector
$selector
)
|
|
Constructor.
Parameters:
|
Iterator |
$iterator: |
iterator |
|
atkSelector |
$selector: |
selector |
API Tags:
Redefinition of:
- IteratorIterator::constructor __construct ( $iterator )
Returns the current row transformed.
API Tags:
Redefinition of:
- IteratorIterator::current ( )
Returns the selector.
API Tags:
| Return: | selector |
| Access: | public |