コード例 #1
0
ファイル: UPCE.php プロジェクト: kostya1017/our
 /**
  * Conform all upcs to expected format. For upc-e verify
  * that it starts with a 0
  */
 protected function prep_upc()
 {
     parent::prep_upc();
     $this->upc = self::prep($this->upc);
 }