magento adminhtml xml中“Allow Everything”究竟做了什么?

时间:2013-08-30 13:18:04

标签: xml magento

有人能告诉我下面xml的标题节点实际上是什么吗?我很难找到相关信息。

<config>
<acl>
    <resources>
        <all>
            <title>Allow Everything</title>
        </all>
        <admin>
            <children>
                <system>
                    <children>
                        <config>
                            <children>
                                <tag_manager translate="title" module="googletagmanager">
                                    <title>Google Tag Manager</title>
                                    <sort_order>0</sort_order>
                                </tag_manager>
                            </children>
                        </config>
                    </children>
                </system>
            </children>
        </admin>
    </resources>
</acl>

1 个答案:

答案 0 :(得分:5)

标记用于在用户角色定义中生成All选项 它在核心文件中很有用,但在自定义模块中没有任何价值。老实说,我不知道这是如何失控的。网络上的任何地方都有包含此all标记的扩展程序和代码示例。也许这只是的另一种情况。这就是他们如何做到就像在升级脚本中使用$installer = $this一样。你可以删除它,看看会发生什么......没什么。