Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php77 ->setRequestedExecutingPath($this->getStartPath())
83 $startMarkup = $this->getStartPath();
129 $startPath = $this->getStartPath();
137 $indexOutline = Outline::createFromMarkup($content, $this->getStartPath(), $this->getRequestedContextPath());
153 * If this is not an index markup, the index markup will be chosen {@link FetcherPageBundler::getStartPath()}
174 private function getStartPath(): MarkupPath function in ComboStrap\\FetcherPageBundler
/plugin/combo/
H A Dcli.php185 $startPath = $this->getStartPath($args);
202 $startPath = $this->getStartPath($args);
206 $startPath = $this->getStartPath($args);
547 private function getStartPath($args)
535 private function getStartPath($args) global() function in cli_plugin_combo