Class InstanceFilterIterator (namespace Nette)
Instance iterator filter.
FilterIterator | --InstanceFilterIterator
| Public Method Summary | |
|---|---|
| InstanceFilterIterator |
__construct
($iterator, string $type)
Constructs a filter around another iterator.
|
| bool |
accept
()
Expose the current element of the inner iterator?
|
| Methods Inherited From FilterIterator (Internal Class) |
|---|
| constructor __construct ( $iterator ), accept ( ), current ( ), getInnerIterator ( ), key ( ), next ( ), rewind ( ), valid ( ) |
| Method Details | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 41 __constructpublic InstanceFilterIterator __construct ($iterator, string $type) Constructs a filter around another iterator.
|
|||||||||||||||
|
line 53 acceptpublic bool accept () Expose the current element of the inner iterator?
|
|||||||||||||||
