Example #1
0
 /**
  * Overriding storing of internal fields: This is the place where we flush
  * the queued data.
  */
 protected function _postStoreInternalFields()
 {
     parent::_postStoreInternalFields();
     $this->_flushAccessResourceQueue();
 }