function DiffOpAdd::__construct
Same name in other branches
- 9 core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php \Drupal\Component\Diff\Engine\DiffOpAdd::__construct()
- 10 core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php \Drupal\Component\Diff\Engine\DiffOpAdd::__construct()
- 11.x core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php \Drupal\Component\Diff\Engine\DiffOpAdd::__construct()
File
-
core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOpAdd.php, line 13
Class
- DiffOpAdd
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function __construct($lines) {
$this->closing = $lines;
$this->orig = FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.