FarahUrlPath
implements
Hashable
-
author
-
Table of Contents
Interfaces
- Hashable
Constants
-
SEPARATOR
= '/'
Methods
-
__toString()
: string
-
createEmpty()
: self
-
createFromString()
: self
-
equals()
: bool
-
hash()
: mixed
SEPARATOR
public
mixed
SEPARATOR
= '/'
__toString()
public
__toString() : string
createEmpty()
public
static createEmpty() : self
createFromString()
public
static createFromString(string $path[, FarahUrlPath $base = null ]) : self
Parameters
-
$path
: string
-
-
$base
: FarahUrlPath
= null
-
equals()
public
equals(mixed $obj) : bool
Parameters
-
$obj
: mixed
-
hash()
public
hash() : mixed