function DiffOpChange::__construct

Same name in other branches
  1. 9 core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php \Drupal\Component\Diff\Engine\DiffOpChange::__construct()
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php \Drupal\Component\Diff\Engine\DiffOpChange::__construct()
  3. 11.x core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php \Drupal\Component\Diff\Engine\DiffOpChange::__construct()

File

core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php, line 13

Class

DiffOpChange
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function __construct($orig, $closing) {
    $this->orig = $orig;
    $this->closing = $closing;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.