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