Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ObjectIterator.php
function ObjectIterator::next
File
vendor/
justinrainbow/
json-schema/
src/
JsonSchema/
Iterator/
ObjectIterator.php
, line 52
Class
ObjectIterator
@package JsonSchema\Iterator
Namespace
JsonSchema\Iterator
Code
public
function
next
() {
$this
->
initialize
();
$this
->
position
++; }
RSS feed