public function MatchObject::__toString in Bibliography Module 7.2
To string magic method
Return value
string
File
- lib/
msrc-authortool/ src/ Nametools/ MatchObject.php, line 51
Class
- MatchObject
- MatchObject Abstract Class
Namespace
NametoolsCode
public function __toString() {
return json_encode(get_object_vars($this));
}