ZF-5804: Add getHelperBroker() methods to Zend_Controller_Action and abstract Action Helper
Description
Zend_Controller_Action and Zend_Controller_Action_Helper_Abstract should have getHelperBroker() methods that can be used to retrieve the helper broker registered with the action controller. This will allow for better encapsulation, and for helpers to easily access other helpers.
Comments
No comments to display