Model::__toString()
Convert the model to its string representation.
Return
(string)
Source
File: Model/Model.php
public function __toString() { return $this->toJson(); }
Convert the model to its string representation.
(string)
File: Model/Model.php
public function __toString() { return $this->toJson(); }