Home
last modified time | relevance | path

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

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