Home
last modified time | relevance | path

Searched refs:markScopeEnd (Results 1 – 3 of 3) sorted by relevance

/plugin/refnotes/
Dcore.php427 public function markScopeEnd($namespaceName, $callIndex) { function in refnotes_action_core
428 $this->getNamespace($namespaceName)->markScopeEnd($callIndex);
Dnamespace.php385 public function markScopeEnd($callIndex) { function in refnotes_namespace
Daction.php242 $this->core->markScopeEnd($call->getRefnotesAttribute('ns'), $call->getIndex());