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