コード例 #1
0
ファイル: ProductPresenter.php プロジェクト: pogodi/Brain
 public function renderDefault()
 {
     $this->template->products = $this->productManager->getLastUpdatedProducts();
 }