function 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.