/**
  * Constructor
  * @param type \Petfinder\Prefecture\Interfaces\PrefectureRepositoryInterface $prefecture
  *
  * @return type
  */
 public function __construct(PrefectureRepositoryInterface $prefecture)
 {
     $this->model = $prefecture;
     parent::__construct();
 }
 /**
  * Constructor
  * @param type \Petfinder\Reward\Interfaces\RewardRepositoryInterface $reward
  *
  * @return type
  */
 public function __construct(RewardRepositoryInterface $reward)
 {
     $this->model = $reward;
     parent::__construct();
 }
Beispiel #3
0
 /**
  * Constructor.
  *
  * @param type \Lavalite\Page\Interfaces\PageInterface $page
  *
  * @return type
  */
 public function __construct(\Lavalite\Page\Interfaces\PageRepositoryInterface $page)
 {
     $this->model = $page;
     parent::__construct();
 }
 /**
  * Constructor
  * @param type \Lavalite\Role\Interfaces\RoleRepositoryInterface $role
  *
  * @return type
  */
 public function __construct(\Lavalite\Role\Interfaces\RoleRepositiryInterface $role)
 {
     $this->model = $role;
     parent::__construct();
 }
 /**
  * Constructor
  * @param type \Lavalite\Permission\Interfaces\PermissionRepositoryInterface $permission
  *
  * @return type
  */
 public function __construct(\Lavalite\Permission\Interfaces\PermissionRepositiryInterface $permission)
 {
     $this->model = $permission;
     parent::__construct();
 }
 /**
  * Constructor.
  *
  * @param type \Lavalite\Example\Interfaces\ExampleRepositoryInterface $example
  *
  * @return type
  */
 public function __construct(ExampleRepositoryInterface $example)
 {
     $this->model = $example;
     parent::__construct();
 }