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