Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Web/
H A DUrl.php38 public const PATH_SEP = "/";
664 $names = explode(self::PATH_SEP, $this->getPath());
682 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
704 if ($this->path[strlen($path) - 1] === URL::PATH_SEP) {
707 $this->path .= URL::PATH_SEP . $name;
41 public const PATH_SEP = "/"; global() define in ComboStrap\\Web\\Url