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