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