public function DiffOp::nclosing in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::nclosing()
File
- core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOp.php, line 28 - Contains \Drupal\Component\Diff\Engine\DiffOp.
Class
- DiffOp
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function nclosing() {
return $this->closing ? sizeof($this->closing) : 0;
}