You are here

public function DiffOpDelete::__construct in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::__construct()
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::__construct()

File

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

Class

DiffOpDelete
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

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