ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables
Public Member Functions
TestModule Class Reference
Inheritance diagram for TestModule:
AModule

Public Member Functions

 install ()
 
 doAction ($e)
 
 doShortCode ($short, $params)
 
- Public Member Functions inherited from AModule
 install ()
 
 uninstall ()
 
 doAction ($event)
 
 doShortCode ($shortCode, $params)
 
 setContext ($context)
 
 setEntity ($entity)
 
 registerHook ($hookName)
 
 getName ()
 
 getDescription ()
 
 __get ($key)
 

Detailed Description

Definition at line 3 of file main.php.

Member Function Documentation

doAction (   $e)

Definition at line 9 of file main.php.

10  {
11  if ($e->hookName == "routerSetup")
12  $this->context->router->routeAdd("/test", "MyController");
13  }
doShortCode (   $short,
  $params 
)

Definition at line 15 of file main.php.

16  {
17  }
install ( )

Definition at line 5 of file main.php.

6  {
7  }

The documentation for this class was generated from the following file: