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

Public Member Functions

 __construct ($context, $params)
 
 start ()
 
- Public Member Functions inherited from AController
 __construct ($context, $params)
 
 start ()
 

Additional Inherited Members

- Protected Attributes inherited from AController
 $params
 
 $context
 

Detailed Description

Definition at line 5 of file ProductController.php.

Constructor & Destructor Documentation

__construct (   $context,
  $params 
)

Definition at line 7 of file ProductController.php.

8  {
9  parent::__construct($context, $params);
10  throw new \Exception\Error404();
11  }

Member Function Documentation

start ( )

Definition at line 13 of file ProductController.php.

14  { }

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