Skip to content

IModel

Model provides a convention for separating business logic from application logic.

When using a model you’re providing a globally accessible API for other modules to access, which will boost interoperability among modules in your web application.

interface IModel

Implemented byISingletonModel, Model
Since1.0.0
SourceModel/IModel.php
MethodDescription
getContext(): Context

abstract public function getContext(): Context

Returns Context