Searched refs:nsHelper (Results 1 – 2 of 2) sorted by relevance
17 private $nsHelper = null; variable in syntax_plugin_catmenu_catmenu24 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 …]
9 private $nsHelper = null; variable in action_plugin_catmenu_prosemirror16 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)) {