Exemplo n.º 1
0
 /**
  *	Object should update access info (access-id and access-inherit) in database.
  *	Object can ignore this call if it doesn't exist in database.
  *
  *	@return		void
  */
 public function _updateAccessInfo()
 {
     if (!$this->_existsInDb()) {
         return;
     }
     $this->_mapper->entityUpdateAccessInfo($this);
 }