Exemplo n.º 1
0
 /**
  * Kontroluje asociace z druhe strany
  * @param IRepositoryContainer
  */
 public function check(IRepositoryContainer $model)
 {
     parent::check($model);
     $this->checkIntegrity($model, MetaData::ManyToMany, true, array($this, 'checkIntegrityCallback'));
 }
Exemplo n.º 2
0
 /**
  * Kontroluje asociace z druhe strany
  * @param IRepositoryContainer
  */
 public function check(IRepositoryContainer $model)
 {
     parent::check($model);
     $this->checkIntegrity($model, MetaData::ManyToOne, false);
 }