Example #1
0
 public function __construct(ModelInterface $model)
 {
     $this->model = $model;
     $this->setDi($model->getDi());
     $this->retrieveInfo();
 }
Example #2
0
 public function equal(ModelInterface $model)
 {
     return $this->toArray() === $model->toArray();
 }