Everything under Quiote\Model.
| Class | Description |
|---|
Model | Model provides a convention for separating business logic from application logic. |
ModelClassResolver | Turns a model name into the class that implements it. |
ModelLocator | Hands out model instances. |
ResolvedModel | What ModelClassResolver learned about a model name: which class it names, and the two facts about that class the instantiation path needs. |
| Interface | Description |
|---|
IModel | Model provides a convention for separating business logic from application logic. |
ISingletonModel | An extension to Model, but for implementation as a Singleton |