コード例 #1
0
ファイル: Facade.class.php プロジェクト: evilgeny/bob
 public function searchBarcodeByDescription($owner_id, $text)
 {
     return $this->_mapper->searchBarcodeByDescription($owner_id, $text);
 }