Example #1
0
 public function doesOtherWayExist(RM_Barcode_Entity $obEntity, $restriction)
 {
     if (!$restriction['generaltype_id']) {
         return FALSE;
     }
     return $this->_mapper->_searchOtherWay($obEntity, $restriction);
 }