Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLocalPath.php225 if ($this->isAbsolute()) {
262 if (!$this->isAbsolute() || $this->isShortName()) {
272 if (!$localPath->isAbsolute() || $localPath->isShortName()) {
300 public function isAbsolute(): bool function in ComboStrap\\LocalPath