MCPcopy Create free account
hub / github.com/codemistic/Web-Development / encodeInput

Method encodeInput

text-to-qr/lib/phpqrcode/qrencode.php:238–241  ·  view source on GitHub ↗

----------------------------------------------------------------------

(QRinput $input)

Source from the content-addressed store, hash-verified

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)

Callers 2

encodeString8bitMethod · 0.95
encodeStringMethod · 0.95

Calls 1

encodeMaskMethod · 0.95

Tested by

no test coverage detected