Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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