コード例 #1
0
 public function getNumProductsFromBasketAction()
 {
     header('Content-Type: text/plain; charset=utf-8');
     header('Cache-Control: no-store, no-cache');
     header('Expires: ' . date('r'));
     echo Basket::getNumProducts();
 }