public function EasyRdf_ParsedUri::__toString in Drupal 8
Magic method to convert the URI, when casted, back to a string
Return value
string The URI as a string
File
- core/
modules/ rdf/ tests/ src/ Traits/ EasyRdf_ParsedUri.php, line 348
Class
- EasyRdf_ParsedUri
- A RFC3986 compliant URI parser
Namespace
Drupal\Tests\rdf\TraitsCode
public function __toString() {
return $this
->toString();
}