コード例 #1
0
ファイル: StockController.php プロジェクト: santhosh400/ecart
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_title = $this->__('My Out of Stock Subscriptions');
     $this->_type = "stock";
 }
コード例 #2
0
ファイル: PriceController.php プロジェクト: santhosh400/ecart
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_title = $this->__('My Price Subscriptions');
     $this->_type = "price";
 }