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