| 1 | <?php |
||
| 14 | class EcommerceDevelopmentAdminDecorator extends Extension |
||
| 15 | { |
||
| 16 | private static $allowed_actions = array( |
||
|
|
|||
| 17 | 'ecommerce', |
||
| 18 | ); |
||
| 19 | |||
| 20 | /** |
||
| 21 | * handles ecommerce request or provide options to run request in the form of HTML output. |
||
| 22 | * |
||
| 23 | * @param SS_HTTPRequest |
||
| 24 | * |
||
| 25 | * @return HTML |
||
| 26 | **/ |
||
| 27 | public function ecommerce(SS_HTTPRequest $request) |
||
| 31 | } |
||
| 32 |