コード例 #1
0
 function __construct($config)
 {
     //		$this->config = array($this->config,$config);
     parent::__construct($config);
 }
コード例 #2
0
ファイル: wxpay_notify.act.php プロジェクト: 827992983/ec
 public function __construct($action)
 {
     $this->action = $action;
     parent::__construct();
 }