public function EasyRdf_ParsedUri::setPath in Drupal 8
Set the path of the URI (e.g. /foo/bar)
Parameters
string $path The new value for the path component of the URI:
File
- core/modules/ rdf/ tests/ src/ Traits/ EasyRdf_ParsedUri.php, line 168 
Class
- EasyRdf_ParsedUri
- A RFC3986 compliant URI parser
Namespace
Drupal\Tests\rdf\TraitsCode
public function setPath($path) {
  $this->path = $path;
}