You are here

public function EasyRdf_ParsedUri::getPath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php \EasyRdf_ParsedUri::getPath()

Returns the path of the URI (e.g. /foo/bar)

Return value

string

File

vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 148

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

public function getPath() {
  return $this->path;
}