예제 #1
0
파일: UPCE.php 프로젝트: kostya1017/our
 public function __construct($upc = NULL)
 {
     parent::__construct($upc, NULL, NULL, 8);
     $this->type = 'E';
 }