SproutCMS

This is the code documentation for the SproutCMS project

class QRtools

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-05-06
**/
class NewClassName extends QRtools {
    
    public function clearCache () {
        // Method code goes here
    }
    
    public function buildCache () {
        // Method code goes here
    }
    
    public function log ($outfile, $err) {
        // Method code goes here
    }
    
    public function dumpMask ($frame) {
        // Method code goes here
    }
    
    public function markTime ($markerId) {
        // Method code goes here
    }
    
    public function timeBenchmark () {
        // Method code goes here
    }
    
    public function save ($content, $filename_path) {
        // Method code goes here
    }
    
    public function tcpdfBarcodeArray ($code, $mode, $tcPdfVersion) {
        // Method code goes here
    }
    
    public function binarize ($frame) {
        // Method code goes here
    }
    
}
?>