Searched refs:exportNamespace (Results 1 – 4 of 4) sorted by relevance
7 public $exportNamespace = ''; variable in settings_plugin_siteexport_settings99 …$this->exportNamespace = !empty($ens) && preg_match("%^" . preg_quote($functions->getNamespaceFrom…
139 $NS = $this->settings->exportNamespace;
16 $result = $helper->exportNamespace(
18 return $this->exportNamespace($namespace, $sourcePage . '.txt', $options);21 public function exportNamespace($namespace, $sourcePage, $options = array()) { function in helper_plugin_skillforge