Home
last modified time | relevance | path

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

/plugin/refnotes/
Dnamespace.php376 public function markScopeStart($callIndex) { function in refnotes_namespace
387 $this->markScopeStart($callIndex - 1);
Dcore.php420 public function markScopeStart($namespaceName, $callIndex) { function in refnotes_action_core
421 $this->getNamespace($namespaceName)->markScopeStart($callIndex);
Daction.php237 … $this->core->markScopeStart($call->getRefnotesAttribute('ns'), $call->getIndex());