コード例 #1
0
ファイル: Setting.php プロジェクト: lpj0017/easypay
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'merchant', $id);
 }
コード例 #2
0
ファイル: Withdraw.php プロジェクト: lpj0017/easypay
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'withdraw', $id);
     $this->report = new Report($sl, $this->merchant_id);
 }