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