예제 #1
0
 public function __construct(UserCategory $userCategory, Session $session)
 {
     $this->userCategory = $userCategory;
     parent::__construct($session);
 }
예제 #2
0
 public function __construct(Entity $entity, ExpressCategory $category, Session $session)
 {
     $this->entity = $entity;
     $this->category = $category;
     parent::__construct($session);
 }
예제 #3
0
 public function __construct(FileCategory $category, Session $session)
 {
     $this->category = $category;
     parent::__construct($session);
 }