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\EngineCode
public function __construct($lines) {
$this->orig = $lines;
$this->closing = FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.