ZF-10377: Zend_Nav should allow for more acl checks than Zend_acl
Description
Currently the interface Zend_View_Helper_Navigation_Helper defines the method setAcl as follows: public function setAcl(Zend_Acl $acl = null);
Imho that should be changed to a generic callback, in order to allow people to specify alternate sources of authorization like their own service layer.
Comments
Posted by Frank Brückner (frosch) on 2012-11-09T10:34:07.000+0000
Issue moved to ZF2: #2923