コード例 #1
0
ファイル: Dictionary.php プロジェクト: vgrish/dvelum
 /**
  * Save changes
  * @return boolean
  */
 public function saveChanges()
 {
     if (!$this->_data->save()) {
         return false;
     }
     $dm = new Dictionary_Manager();
     $dm->resetCache();
     return true;
 }