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