Home
last modified time | relevance | path

Searched refs:refnotes_scope_mock (Results 1 – 3 of 3) sorted by path

/plugin/refnotes/
H A Dnamespace.php344 return ($index >= 0) ? $this->scope[$index] : new refnotes_scope_mock();
H A Dnote.php91 return new refnotes_scope_mock();
H A Dscope.php25 class refnotes_scope_mock { class