public function DiffOpDelete::__construct in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::__construct()
File
- core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOpDelete.php, line 13
Class
- DiffOpDelete
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function __construct($lines) {
$this->orig = $lines;
$this->closing = FALSE;
}