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

Breadcrumb

  1. Drupal Core 11.1.x
  2. DiffOpDelete.php

function 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;
}
RSS feed
Powered by Drupal