SproutCMS

This is the code documentation for the SproutCMS project

class QRrawcode

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-04-29
**/
class NewClassName extends QRrawcode {
    
    public function getCode () {
        // Method code goes here
    }
    
    public function init (array $spec) {
        // Method code goes here
    }
    
    public function __construct (QRinput $input) {
        // Method code goes here
    }
    
}
?>