PHP Class Elcodi\Store\CartBundle\Controller\OrderController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
Show file Open project: elcodi/bamboo

Public Methods

Method Description
listAction ( ) : Response Order list
viewAction ( integer $id, boolean $thanks ) : Response Order view

Method Details

listAction() public method

Order list
public listAction ( ) : Response
return Symfony\Component\HttpFoundation\Response Response

viewAction() public method

Order view
public viewAction ( integer $id, boolean $thanks ) : Response
$id integer Order id
$thanks boolean Thanks
return Symfony\Component\HttpFoundation\Response Response