ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables
main.php
Go to the documentation of this file.
1 <?php
2 
4 {
5  public function install()
6  {
7  $this->registerHook("routerSetup");
8  }
9 
10  public function doAction($ev)
11  {
12  }
13 
14  public function doShortCode($short, $params)
15  {
16  }
17 }
18 
19 return new Test2Module;
20 
return new Test2Module
Definition: main.php:19
doAction($ev)
Definition: main.php:10
registerHook($hookName)
Definition: AModule.php:78
doShortCode($short, $params)
Definition: main.php:14
install()
Definition: main.php:5