function DiffOp::nclosing

Same name in other branches
  1. 9 core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::nclosing()
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::nclosing()

File

core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 23

Class

DiffOp
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function nclosing() {
    return $this->closing ? sizeof($this->closing) : 0;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.