Esempio n. 1
0
 public function updateDatabaseStructure($safeUpdate = true)
 {
     DBOperator::getInstance()->updateDBFromStructure($this->_data->getArray(), $safeUpdate);
     return $this;
 }
Esempio n. 2
0
 public function getAll()
 {
     return $this->_storage->getArray();
 }