public function __construct(ReportEarningsPublisherModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }
 public function __construct(modelInfoPayment $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }
 public function __construct(AlternateAdBaseModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }
 public function __construct()
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
 }
 public function __construct(PublisherAdZoneBaseModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }