public function EasyRdf_ParsedUri::getPath

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

Return value

string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 149

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

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