Pux v1.5.0 Release Notes
Release Date: 2014-02-19 // over 8 years ago-
- The controller method getActionMethods() now returns an associative array with "methodName" => [ annotation, meta ]
- The controller method getActionRoutes() now returns an indexed array for the [ "route path", {route options} ]
- ๐ Annotations from parent class methods are now parsed when calling
getActionMethods
orgetActionRoutes
- ๐ When the child method has no annotation, we parse the parent method annotation for it. unless the child method has its own annotations.