Home
last modified time | relevance | path

Searched refs:refnotes_scope (Results 1 – 2 of 2) sorted by path

/plugin/refnotes/
H A Dnamespace.php366 $this->scope[] = new refnotes_scope($this, count($this->scope) + 1);
378 $this->scope[] = new refnotes_scope(NULL, 0, $callIndex);
H A Dscope.php57 class refnotes_scope { class