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