Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DiffOpChange.php
function 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
; }
RSS feed