function EasyRdf_ParsedUri::setPath

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\Traits

Code

public function setPath($path) {
    $this->path = $path;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.