예제 #1
0
 /**
  * Removes Attribute2Value relation
  *
  * @param 		RM_Gpc_Attribute_Value		obValue
  * @param 		RM_Gpc_Entity_Brick			obBrick
  * @return		bool
  **/
 public function removeValue(RM_Gpc_Attribute_Value $obValue, RM_Gpc_Entity_Brick $obBrick)
 {
     return $this->_mapper->removeValueFromAttribute($this, $obValue, $obBrick);
 }