diff --git a/classes/chillerlan-QRCode-Data-AlphaNum.html b/classes/chillerlan-QRCode-Data-AlphaNum.html index 7b92a81f8..525d9753a 100644 --- a/classes/chillerlan-QRCode-Data-AlphaNum.html +++ b/classes/chillerlan-QRCode-Data-AlphaNum.html @@ -424,7 +424,7 @@ ISO/IEC 18004:2000 Section 8.4.3

@@ -643,7 +643,7 @@ ISO/IEC 18004:2000 Section 8.4.3

diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html index 153cd99f1..80adbb830 100644 --- a/classes/chillerlan-QRCode-Data-Number.html +++ b/classes/chillerlan-QRCode-Data-Number.html @@ -430,7 +430,7 @@ ISO/IEC 18004:2000 Section 8.4.2

@@ -649,7 +649,7 @@ ISO/IEC 18004:2000 Section 8.4.2

@@ -790,7 +790,7 @@ ISO/IEC 18004:2000 Section 8.4.2

diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index 9525e62b4..4e2210719 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -103,7 +103,7 @@ AlphaNumTest - extends DatainterfaceTestAbstract + extends DataInterfaceTestAbstract
@@ -147,14 +147,14 @@
- $QRData + $QRData  : QRData
- $reflection + $reflection  : ReflectionClass
@@ -168,7 +168,7 @@
- maskPatternProvider() + maskPatternProvider()  : array<string|int, array<string|int, int>>
@@ -182,70 +182,70 @@
isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)
- testCodeLengthOverflowException() + testCodeLengthOverflowException()  : void
Tests if an exception is thrown on data overflow
- testDataModeInstance() + testDataModeInstance()  : void
Verifies the QRDataModeInterface instance
- testGetMinimumVersion() + testGetMinimumVersion()  : void
Tests getting the minimum QR version for the given data
- testGetMinimumVersionException() + testGetMinimumVersionException()  : void
Tests if an exception is thrown when the data exceeds the maximum version while auto detecting
- testInitMatrix() + testInitMatrix()  : void
Tests initializing the data matrix
- testInstance() + testInstance()  : void
Verifies the QRData instance
- testInvalidDataException() + testInvalidDataException()  : void
Tests if an exception is thrown when an invalid character is encountered
- testInvalidDataOnEmptyException() + testInvalidDataOnEmptyException()  : void
Tests if an exception is thrown if the given string is empty
- testValidateString() + testValidateString()  : void
Tests if a string is properly validated for the respective data mode
- setUp() + setUp()  : void
@@ -306,12 +306,12 @@ >

$QRData - +

- + diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html index 3042f4182..a69b0a12b 100644 --- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html +++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html @@ -103,7 +103,7 @@ KanjiTest - extends DatainterfaceTestAbstract + extends DataInterfaceTestAbstract
@@ -147,14 +147,14 @@
- $QRData + $QRData  : QRData
- $reflection + $reflection  : ReflectionClass
@@ -168,7 +168,7 @@
- maskPatternProvider() + maskPatternProvider()  : array<string|int, array<string|int, int>>
@@ -182,70 +182,70 @@
isKanji() should pass on Kanji/SJIS characters and fail on everything else
- testCodeLengthOverflowException() + testCodeLengthOverflowException()  : void
Tests if an exception is thrown on data overflow
- testDataModeInstance() + testDataModeInstance()  : void
Verifies the QRDataModeInterface instance
- testGetMinimumVersion() + testGetMinimumVersion()  : void
Tests getting the minimum QR version for the given data
- testGetMinimumVersionException() + testGetMinimumVersionException()  : void
Tests if an exception is thrown when the data exceeds the maximum version while auto detecting
- testInitMatrix() + testInitMatrix()  : void
Tests initializing the data matrix
- testInstance() + testInstance()  : void
Verifies the QRData instance
- testInvalidDataException() + testInvalidDataException()  : void
Tests if an exception is thrown when an invalid character is encountered
- testInvalidDataOnEmptyException() + testInvalidDataOnEmptyException()  : void
Tests if an exception is thrown if the given string is empty
- testValidateString() + testValidateString()  : void
Tests if a string is properly validated for the respective data mode
- setUp() + setUp()  : void
@@ -306,12 +306,12 @@ >

$QRData - +