コード例 #1
0
 public function __construct(FlightPublisherAdvertiserManagerModel $model, FlightAdvertiserManagerModel $flightModel)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
     $this->flightModel = $flightModel;
     $this->loadLeftMenu('menu.tool');
 }
コード例 #2
0
 public function __construct(AdAdvertiserManagerModel $model, AudienceModel $audience)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
     $this->audience = $audience;
     $this->loadLeftMenu('menu.Ad');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     if (Route::currentRouteName() != "ToolAdvertiserManagerPreview") {
         $this->loadLeftMenu('menu.tool');
     }
 }
コード例 #4
0
 public function __construct(ContactAdvertiserManagerModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
 }
コード例 #6
0
 public function __construct(TrackingConversionBaseModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }
コード例 #7
0
 public function __construct(FlightBaseModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
     $this->loadLeftMenu('menu.tool');
 }
コード例 #8
0
 public function __construct(SitePublisherModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
     $this->loadLeftMenu('menu.websiteList');
 }
コード例 #9
0
 public function __construct(PublisherBaseModel $model)
 {
     parent::__construct(pathinfo(dirname(__DIR__), PATHINFO_BASENAME));
     $this->model = $model;
 }