getMessage().' // '; } /** * Instanciation of classification_mr_res_record_multi_mr_aggregation_id * @author boulio * */ class classification_mr_res_record_multi_mr_aggregation extends BaseObject { /** *Print a viewable string to render the object. * @return string Rendering of the object */ public function __toString(){ return $this->mr_full_classification_code.": ".$this->classified_mr_res_record_multi_id."-".$this->parent_mr_aggregation_id; } }