예제 #1
0
파일: Setting.php 프로젝트: lpj0017/easypay
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'merchant', $id);
 }
예제 #2
0
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'withdraw', $id);
     $this->report = new Report($sl, $this->merchant_id);
 }