Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal