Documentation

FarahUrlPath
in package
implements Hashable

Tags
author

Daniel Schulz

Interfaces, Classes and Traits

Hashable

Table of Contents

SEPARATOR  = '/'
__toString()  : string
createEmpty()  : self
createFromString()  : self
equals()  : bool
hash()  : mixed

Constants

Methods

__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

Search results