Beispiel #1
0
 public function __construct(ModelInterface $model)
 {
     $this->model = $model;
     $this->setDi($model->getDi());
     $this->retrieveInfo();
 }