Example #1
0
 public function _updateAccessInfo()
 {
     if (!$this->_existsInDb()) {
         return;
     }
     $this->_mapper->updateAccessInfo($this);
 }
Example #2
0
 public function removeBlockForBrick(RM_ReportValue_Object $object, RM_ReportBrick_iBrick $brick)
 {
     $this->_mapper->removeBlockForBrick($object, $brick);
 }