Jump to content

Node Hooks

From NusaATK
Revision as of 17:38, 4 September 2008 by bahtiar (talk | contribs) (New page: A 'node hook' is a kind of Magic Method. It's used by classes such as action handlers to perform a callback to your node to retrieve information. An example of these hooks are the [[...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A 'node hook' is a kind of Magic Method. It's used by classes such as action handlers to perform a callback to your node to retrieve information.

An example of these hooks are the Action Overrides.