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

Breadcrumb

  1. Drupal Core 11.1.x

DiffOpAdd.php

Namespace

Drupal\Component\Diff\Engine

File

core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php

View source
<?php

namespace Drupal\Component\Diff\Engine;


/**
 * @todo document
 * @private
 * @subpackage DifferenceEngine
 */
class DiffOpAdd extends DiffOp {
    public $type = 'add';
    public function __construct($lines) {
        $this->closing = $lines;
        $this->orig = FALSE;
    }

}

Classes

Title Deprecated Summary
DiffOpAdd @todo document @private @subpackage DifferenceEngine
RSS feed
Powered by Drupal