|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (Result $result) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
См. определение в файле resultiterator.php строка 7
| __construct | ( | Result | $result | ) |
ResultIterator constructor.
| Result | $result |
См. определение в файле resultiterator.php строка 20
| current | ( | ) |
Return the current element mixed Can return any type. 5.0.0
См. определение в файле resultiterator.php строка 33
| key | ( | ) |
Return the key of the current element mixed scalar on success, or null on failure. 5.0.0
См. определение в файле resultiterator.php строка 57
| next | ( | ) |
Move forward to next element void Any returned value is ignored. 5.0.0
См. определение в файле resultiterator.php строка 44
| rewind | ( | ) |
Rewind the Iterator to the first element NotSupportedException 5.0.0
См. определение в файле resultiterator.php строка 80
| valid | ( | ) |
Checks if current position is valid boolean The return value will be casted to boolean and then evaluated. Returns true on success or false on failure. 5.0.0
См. определение в файле resultiterator.php строка 69