Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Model / Model::__toString()

Model::__toString()

Convert the model to its string representation.


Return

(string)


Source

File: Model/Model.php

	public function __toString() {
		return $this->toJson();
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
Model/Model.php: Model::toJson()
© 2023, Dozent LMS