|
|
@@ -168,7 +168,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_ALIGNMENT_DARK">M_ALIGNMENT_DARK</a>
|
|
|
<span>
|
|
|
- = 0b10000 | self::IS_DARK </span>
|
|
|
+ = self::M_ALIGNMENT | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -189,7 +189,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_DATA_DARK">M_DATA_DARK</a>
|
|
|
<span>
|
|
|
- = 0b10 | self::IS_DARK </span>
|
|
|
+ = self::M_DATA | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -203,7 +203,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FINDER_DARK">M_FINDER_DARK</a>
|
|
|
<span>
|
|
|
- = 0b100 | self::IS_DARK </span>
|
|
|
+ = self::M_FINDER | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -224,7 +224,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FORMAT_DARK">M_FORMAT_DARK</a>
|
|
|
<span>
|
|
|
- = 0b1000000 | self::IS_DARK </span>
|
|
|
+ = self::M_FORMAT | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -266,7 +266,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TEST_DARK">M_TEST_DARK</a>
|
|
|
<span>
|
|
|
- = 0b11111111111 | self::IS_DARK </span>
|
|
|
+ = self::M_TEST | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -280,7 +280,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TIMING_DARK">M_TIMING_DARK</a>
|
|
|
<span>
|
|
|
- = 0b100000 | self::IS_DARK </span>
|
|
|
+ = self::M_TIMING | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -294,7 +294,7 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_VERSION_DARK">M_VERSION_DARK</a>
|
|
|
<span>
|
|
|
- = 0b10000000 | self::IS_DARK </span>
|
|
|
+ = self::M_VERSION | self::IS_DARK </span>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
@@ -605,7 +605,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_ALIGNMENT_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b10000 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_ALIGNMENT | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -686,7 +686,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_DATA_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b10 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_DATA | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -740,7 +740,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_FINDER_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b100 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_FINDER | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -821,7 +821,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_FORMAT_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b1000000 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_FORMAT | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -983,7 +983,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_TEST_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b11111111111 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_TEST | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -1037,7 +1037,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_TIMING_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b100000 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_TIMING | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
@@ -1091,7 +1091,7 @@ returns true if a match is found, otherwise false.</dd>
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">M_VERSION_DARK</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0b10000000 | self::IS_DARK</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">self::M_VERSION | self::IS_DARK</span>
|
|
|
</code>
|
|
|
|
|
|
|