----------------------------------------------------------------------
(QRinput $input)
| 236 | |
| 237 | //---------------------------------------------------------------------- |
| 238 | public function encodeInput(QRinput $input) |
| 239 | { |
| 240 | return $this->encodeMask($input, -1); |
| 241 | } |
| 242 | |
| 243 | //---------------------------------------------------------------------- |
| 244 | public function encodeString8bit($string, $version, $level) |
no test coverage detected