Trait Atk4\Core\AppScopeTrait

Typical software design will create the application scope. Most frameworks relies on "static" properties, methods and classes. This does puts some limitations on your implementation (you can't have multiple applications).

App Scope will pass the 'app' property into all the object that you're adding, so that you know for sure which application you work with.

Methods
Properties