Beispiel #1
0
 public function __construct(Model $model)
 {
     parent::__construct();
     $this->model = $model;
 }
 public function __construct(Model $model, TagInterface $tag)
 {
     parent::__construct();
     $this->model = $model;
     $this->tag = $tag;
 }