ecom
E-commerce cms
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
home
isundil
Project
ecom
content
modules
test2
main.php
Go to the documentation of this file.
1
<?php
2
3
class
Test2Module
extends
\Tools\AModule
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
Test2Module
return new Test2Module
Definition:
main.php:19
Test2Module\doAction
doAction($ev)
Definition:
main.php:10
Tools\AModule
Definition:
AModule.php:9
Test2Module
Definition:
main.php:3
Test2Module\doShortCode
doShortCode($short, $params)
Definition:
main.php:14
Tools\AModule\registerHook
static registerHook($hookName)
Definition:
AModule.php:78
Test2Module\install
install()
Definition:
main.php:5
Generated on Tue Aug 4 2015 00:33:18 for ecom by
1.8.8