This is the code documentation for the SproutCMS project
Search documentation |
class QRmaskExtending this class<?php /** * New class description goes here * * @author Your Name, 2024-11-25 **/ class NewClassName extends QRmask { public function mask ($width, $frame, $level) { // Method code goes here } public function evaluateSymbol ($width, $frame) { // Method code goes here } public function calcN1N3 ($length) { // Method code goes here } public function makeMask ($width, $frame, $maskNo, $level) { // Method code goes here } public function mask7 ($x, $y) { // Method code goes here } private function generateMaskNo ($maskNo, $width, $frame) { // Method code goes here } public function serial ($bitFrame) { // Method code goes here } public function unserial ($code) { // Method code goes here } public function makeMaskNo ($maskNo, $width, $s, $d, $maskGenOnly) { // Method code goes here } public function mask5 ($x, $y) { // Method code goes here } public function mask6 ($x, $y) { // Method code goes here } public function mask3 ($x, $y) { // Method code goes here } public function mask4 ($x, $y) { // Method code goes here } public function mask1 ($x, $y) { // Method code goes here } public function mask2 ($x, $y) { // Method code goes here } public function writeFormatInformation ($width, $frame, $mask, $level) { // Method code goes here } public function mask0 ($x, $y) { // Method code goes here } public function __construct () { // Method code goes here } } ?> |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |