----------------------------------------------------------------------
(QRinput $input)
| 3044 | |
| 3045 | //---------------------------------------------------------------------- |
| 3046 | public function encodeInput(QRinput $input) |
| 3047 | { |
| 3048 | return $this->encodeMask($input, -1); |
| 3049 | } |
| 3050 | |
| 3051 | //---------------------------------------------------------------------- |
| 3052 | public function encodeString8bit($string, $version, $level) |
no test coverage detected