It is a simple tool used to identify a location and can identify locations uniquely where required. The mechanism for GLN is the same as GTIN-13.
상속: extends Gtin13, implements isocodes\IsoCodeInterface
예제 #1
0
파일: GlnTest.php 프로젝트: natxet/IsoCodes
 /**
  * testInvalidGln
  *
  * @param mixed $gln
  *
  * @dataProvider getInvalidGln
  *
  * @return void
  */
 public function testInvalidGln($gln)
 {
     $this->assertFalse(Gln::validate($gln));
 }