Home
last modified time | relevance | path

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

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