Model

Class:

Source: Model/Model.php:13

Model::save()

Method: Save the model to the database.

Source: Model/Model.php:63

dozent_db_columns_except

Filter Hook: Filter default model properties as DB column which not required or not available in the actual DB table

Source: Model/Model.php:124

Model::__get()

Method: Dynamically retrieve attributes on the model.

Source: Model/Model.php:164

Model::__set()

Method: Dynamically set attributes on the model.

Source: Model/Model.php:183

Model::__toString()

Method: Convert the model to its string representation.

Source: Model/Model.php:192