Model

Class:

Source: Model/Model.php:13

Model::save()

Method: Save the model to the database.

Source: Model/Model.php:63

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

Model::toArray()

Method: Convert the model to array

Source: Model/Model.php:203