19 trait ControllerMethods {
24 protected function doExecute($method=
null) {
25 if (method_exists($this, $method)) {
26 call_user_func([$this, $method]);
29 throw new \Exception(
"The method '".$method.
"' is not defined in class ".get_class($this));
Presentation related interfaces and classes.