Example #1
0
 function Edit($pdo = null)
 {
     if (!$this->DatesAreValid()) {
         return false;
     }
     return parent::Edit($pdo);
 }
Example #2
0
 function Edit($pdo = null)
 {
     if (!$this->CheckPartAmount()) {
         return false;
     }
     return parent::Edit($pdo);
 }