Пример #1
0
 public function save()
 {
     if ($this->lockcount > 0) {
         return;
     }
     return tfilestorage::save($this);
 }
Пример #2
0
 public function save()
 {
     if ($this->lockcount) {
         return;
     }
     if ($this->dbversion) {
         $this->SaveToDB();
     } else {
         tfilestorage::save($this);
     }
 }