SproutCMS

This is the code documentation for the SproutCMS project

class QRrsblock

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-04-29
**/
class NewClassName extends QRrsblock {
    
    public function __construct ($dl, $data, $el, $ecc, QRrsItem $rs) {
        // Method code goes here
    }
    
}
?>