Lines Matching defs:startPath
168 * @param $startPath
172 public static function getPages($startPath, int $depth = 0): array
175 if ($startPath === null || $startPath === "") {
188 if (page_exists($startPath)) {
190 'id' => $startPath,
191 'ns' => getNS($startPath),
192 'title' => p_get_first_heading($startPath, false),
193 'size' => filesize(wikiFN($startPath)),
194 'mtime' => filemtime(wikiFN($startPath)),
202 $startPath = str_replace(':', '/', $startPath);
220 $startPath