Dozent LMS developer documentation

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

Model::toArray()

Convert the model to array


Return

(array)


Source

File: Model/Model.php

	public function toArray() {
		return (array) $this;
	}

Expand full source code Collapse full source code


Related

Used By

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