Home
last modified time | relevance | path

Searched refs:nsHelper (Results 1 – 2 of 2) sorted by relevance

/plugin/catmenu/syntax/
H A Dcatmenu.php17 private $nsHelper = null; variable in syntax_plugin_catmenu_catmenu
24 if ($this->nsHelper === null) {
25 $this->nsHelper = $this->loadHelper('catmenu_namespace');
27 return $this->nsHelper;
64 $nsHelper = $this->getNsHelper();
67 $namespace = $nsHelper->getCurrentNamespace($ID);
129 $nsHelper = $this->getNsHelper();
131 $childrens = @scandir($nsHelper->namespaceDir($namespace));
149 $isDirNamespace = is_dir($nsHelper->namespaceDir($childNamespace));
153 $pageNamespaceInfo = $nsHelper->getPageNamespaceInfo($childNamespace);
[all …]
/plugin/catmenu/action/
H A Dprosemirror.php9 private $nsHelper = null; variable in action_plugin_catmenu_prosemirror
16 if ($this->nsHelper === null) {
17 $this->nsHelper = $this->loadHelper('catmenu_namespace');
19 return $this->nsHelper;
37 $nsHelper = $this->getNsHelper();
40 $resolvedNS = $nsHelper->resolveNamespaceExpression($namespaceExpr, $hostPageID);
41 if ($nsHelper->isTargetInNamespace($targetPage, $resolvedNS)) {