zendframework / zend-mvc

Mvc component from Zend Framework
BSD 3-Clause "New" or "Revised" License
105 stars 89 forks source link

Add full namespace identifier for controller events #282

Closed Xerkus closed 5 years ago

Xerkus commented 6 years ago

This pull request adds one extra identifier for controller events: full namespace of the controller class. For the controller Foo\BarModule\Controller\BazController will result in Foo\BarModule\Controller. It is in addition to top level namespace identifier that already exists (Foo).

This pull request is an alternative to #248