Beispiel #1
0
 /**
  *	@see RM_Barcode_Mapper::getBarcodes()
  **/
 public function getBarcodes(RM_Barcode_iClassifier $obEntity)
 {
     return $this->_mapper->getBarcodes($obEntity);
 }
Beispiel #2
0
 /**
  * @see RM_Barcode_Mapper::getBarcodes()
  **/
 public function getBarcodes($restriction = array())
 {
     return $this->_mapper->getBarcodes($this, $restriction);
 }