예제 #1
0
파일: UserRole.php 프로젝트: alexukua/opus4
 /**
  * Overriding storing of internal fields: This is the place where we flush
  * the queued data.
  */
 protected function _postStoreInternalFields()
 {
     parent::_postStoreInternalFields();
     $this->_flushAccessResourceQueue();
 }