Return the entire IRI when you try and read the object as a string
Source
public function __toString() {
return $this->get_iri();
}
Return the entire IRI when you try and read the object as a string
public function __toString() {
return $this->get_iri();
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.