コード例 #1
0
ファイル: coupons.php プロジェクト: kosmosby/medicine-prof
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
	function __construct() {
		parent::__construct();
		$this->registerTask('subscribe', 'addToCart');
		$this->registerTask('toPaymentPage', 'addToCart');
	}