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 = "/"; define in ComboStrap\\Web\\Url
690 $names = explode(self::PATH_SEP, $this->getPath());
708 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
730 if ($this->path[strlen($path) - 1] === URL::PATH_SEP) {
733 $this->path .= URL::PATH_SEP . $name;