コード例 #1
0
ファイル: smart-debit.php プロジェクト: alexanderTsig/arabic
 public function init()
 {
     parent::init();
     $this->getDi()->blocks->add(new Am_Block('thanks/success', 'SmartDebit Statement', 'smart-debit-statement', $this, array($this, 'renederStatement')));
 }