Esempio n. 1
0
 public function __construct(Model $model)
 {
     parent::__construct();
     $this->model = $model;
 }
Esempio n. 2
0
 public function __construct(Model $model, TagInterface $tag)
 {
     parent::__construct();
     $this->model = $model;
     $this->tag = $tag;
 }