Controllers
Interfaces, Classes and Traits
- Controller
- The parent Controller class.
- FrontController
- Loads controller classes from the Wordpress "template" files. e.g. single.php,
single-some-post-type.php, page.php, etc.
- ControllerResolver
- Our container controller resolver. This resolver is essentially the same resolver as
the one in Symony's Framework Bundle. The primary difference is that we can pass our
container in the constructor and instruct the resolver to check for instances of our
parent Controller class.