System:Modules:callModuleHooks

From Aspen Documentation

Items documented on this page are used in the demo aspen application, but may change in future revisions. Please consider these features experimental and watch the revision compatibility notes.

Loads any modules that are hooked to current module, using the autoload_with field in the modules table.

Since 1.0

Arguments

void callModuleHooks ([string $guid = false])

guid
The id of the primary module.

Returns

This function does not return any values.

Examples

Example:

$this->APP->modules->callModuleHooks('652d519c-b7f3-11dc-8314-0800200c9a66');