Пример #1
0
 /**
  *
  * @todo Update _identity value in instance after it updates in DB
  * @return int
  */
 public function save()
 {
     return $this->_indexInstance->update($this->_indexInstance->query()->where('=', $this->getIdentity()), $this->_data);
 }