ecom
E-commerce cms
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
core
controllers
Error404.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Controller
;
4
5
class
Error404
extends
\Tools\AController
6
{
7
public
function
__construct
($context, $params)
8
{
9
parent::__construct($context, $params);
10
}
11
12
public
function
start
()
13
{
14
//TODO throw hook Error404
15
}
16
}
17
Controller\Error404\__construct
__construct($context, $params)
Definition:
Error404.php:7
Controller\Error404\start
start()
Definition:
Error404.php:12
Controller\Error404
Definition:
Error404.php:5
Controller
Definition:
CategoryController.php:3
Tools\AController
Definition:
AController.php:8
Generated on Sun Aug 16 2015 21:56:15 for ecom by
1.8.8