Dozent LMS developer documentation

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

Model::__get( string $key )

Dynamically retrieve attributes on the model.


Parameters

$key

(string) (Required)


Return

(mixed)


Source

File: Model/Model.php

	public function __get( $key ) {
		return $this->getAttribute( $key );
	}

Expand full source code Collapse full source code


Related

Uses

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