Example #1
0
 /**
  * @return string
  */
 public function actionList()
 {
     return $this->render('list', ['orders' => Checkout::user_orders()]);
 }