Ejemplo n.º 1
0
 /**
  * @see		RM_Report_Mapper::removeRestrictionFromReport()
  **/
 public function removeRestriction(RM_Report_Restriction $obRestriction)
 {
     return $this->_mapper->removeRestrictionFromReport($this, $obRestriction);
 }