Esempio n. 1
0
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'merchant', $id);
 }
Esempio n. 2
0
 function __construct(ServiceLocatorInterface $sl, $id = null)
 {
     parent::__construct($sl, 'withdraw', $id);
     $this->report = new Report($sl, $this->merchant_id);
 }