There are many modules in my project and i check the doc for acl,like this:
$allowed = $acl->isAllowed($role, $controller, $action);
but,i want to know,whether acl support make the pemission for each module
我想知道Acl是否还支持模块(module),我在看文档的时候,只提到了 isAllowed 中的三个参数,没有模块,请问如何在模块中也实现这样的权限呢?