コード例 #1
0
ファイル: BasePresenter.php プロジェクト: bagr001/NAV_Shop
 public function beforeRender()
 {
     $this->template->shoppingCartItems = $this->shoppingCart->getItemsCount();
 }