コード例 #1
0
ファイル: Object.class.php プロジェクト: evilgeny/bob
 /**
  * @see		RM_Report_Mapper::removeRestrictionFromReport()
  **/
 public function removeRestriction(RM_Report_Restriction $obRestriction)
 {
     return $this->_mapper->removeRestrictionFromReport($this, $obRestriction);
 }