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

Method __construct

text-to-qr/lib/phpqrcode/phpqrcode.php:2842–2850  ·  view source on GitHub ↗
($dl, $data, $el, &$ecc, QRrsItem $rs)

Source from the content-addressed store, hash-verified

2840 public $ecc = array();
2841
2842 public function __construct($dl, $data, $el, &$ecc, QRrsItem $rs)
2843 {
2844 $rs->encode_rs_char($data, $ecc);
2845
2846 $this->dataLength = $dl;
2847 $this->data = $data;
2848 $this->eccLength = $el;
2849 $this->ecc = $ecc;
2850 }
2851 };
2852
2853 //##########################################################################

Callers

nothing calls this directly

Calls 1

encode_rs_charMethod · 0.45

Tested by

no test coverage detected