Class: mod_meta
Source Location: /meta/module.inc
Class mod_meta
Class Overview
|
The meta module.
To enable this module just add the following line in the config.modules.inc file: module("meta", atkconfig("atkroot")."/atk/meta"); If you are not logged in as administrator you might have to do so to get access to the module and/or give yourself the proper access rights.
Located in /meta/module.inc [line 34]
Wiki documentation
atkModule
|
--mod_meta
Author(s):
Information Tags:
|
Methods
|
Method Summary
| new |
newNode() |
Construct a new meta node. |
Methods
Return menu items.
Redefinition of:
- atkModule::getMenuItems()
- This method returns an array with menu items that need to be available
Return dummy node.
Redefinition of:
- atkModule::getNodes()
- Register nodes with their supported actions. Can be used for security etc.
void initMetaPolicy(
$policy
)
|
|
Initialize meta policy.
Parameters:
new newNode(
$node
$node
)
|
|
Construct a new meta node.
Parameters:
|
$node |
$node: |
the node type |
API Tags:
Redefinition of:
- atkModule::newNode()
- Construct a new node. A module can override this method for it's own nodes.