ZF-7933: Zend_Acl - update addResource() method - path provided
Description
public function add(Zend_Acl_Resource_Interface $resource, $parent = null) is deprecated in version 1.9.1 and will be available till 2.0. New code should use addResource() instead.
Update the infor in the docs.
Comments
Posted by Sudheer Satyanarayana (bonaparte) on 2009-09-23T06:03:05.000+0000
Patch updates the docs about the new method to add resources
Posted by Satoru Yoshida (satoruyoshida) on 2009-09-23T21:07:20.000+0000
Thanks report, solved in SVN r18389