예제 #1
0
 /**
  * Retrievs list of related barcodes
  *
  * @return RM_Store_iRequest<RM_Barcode_Object>
  **/
 public function getBarcodes($flavour_type = NULL)
 {
     return $this->_mapper->getBarcodesByFlavour($this, $flavour_type);
 }