IsoCodes\Gtin::check PHP Метод

check() публичный статический Метод

public static check ( $gtin, $length, $unDecorate = true, $hyphens = self::HYPHENS )
    public static function check($gtin, $length, $unDecorate = true, $hyphens = self::HYPHENS)
    {
        return parent::check($gtin, $length, true, $hyphens);
    }