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

Breadcrumb

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

function DiffOpAdd::__construct

File

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

Class

DiffOpAdd
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function __construct($lines) {
    $this->closing = $lines;
    $this->orig = FALSE;
}
RSS feed
Powered by Drupal