コード例 #1
0
 /**
  * Construct Shit
  */
 public function __construct(SettingsInterface $settings)
 {
     $this->model = $settings;
     parent::__construct();
 }
コード例 #2
0
 /**
  * Construct Shit
  */
 public function __construct(PostsInterface $posts)
 {
     $this->model = $posts;
     parent::__construct();
 }
コード例 #3
0
 /**
  * Construct Shit
  */
 public function __construct(BlocksInterface $blocks)
 {
     $this->model = $blocks;
     parent::__construct();
 }
コード例 #4
0
 /**
  * Construct Shit
  */
 public function __construct(UserInterface $users)
 {
     $this->model = $users;
     parent::__construct();
 }
コード例 #5
0
 /**
  * Construct Shit
  */
 public function __construct(GalleriesInterface $galleries)
 {
     $this->model = $galleries;
     parent::__construct();
 }