Exemple #1
0
 protected function checkFields()
 {
     parent::checkFields();
     if ($this->shopID == NULL || "" == $this->shopID) {
         throw new IgfsMissingParException("Missing shopID");
     }
 }