Procedural File: atknodetools.inc
Source Location: /atknodetools.inc
Page Details
This file is part of the Achievo ATK distribution.
Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution.
| Version: | $Revision: 6407 $ $Id: atknodetools.inc 6407 2009-06-19 10:12:02Z peter $ |
| Copyright: | (c)2000-2004 Ibuildings.nl BV |
| License: | ATK Open Source License |
Functions
registerNode [line 33]
void registerNode(
$node $node, $action $action, [$tabs $tabs = array()], [ $section = null]
)
|
|
Tells ATK that a node exists, and what actions are available to perform on that node. Note that registerNode() is not involved in deciding which users can do what, only in establishing the full set of actions that can potentially be performed on the node.
Parameters:
|
$node |
$node: |
name of the node |
|
$action |
$action: |
array with actions that can be performed on the node |
|
$tabs |
$tabs: |
array of tabnames for which security should be handled. Note that tabs that every user may see need not be registered. |
|
|
$section: |
|