Home
last modified time | relevance | path

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

/plugin/filelist/
DPath.php75 * @param bool $addTrailingSlash
79 public function getPathInfo($path, $addTrailingSlash = true) argument
81 $path = static::cleanPath($path, $addTrailingSlash);
116 public static function cleanPath($path, $addTrailingSlash = true) argument
126 if ($addTrailingSlash) {