SproutCMS

This is the code documentation for the SproutCMS project

class Referrer

Display condtion for the full HTTP referrer when the session started

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-09-16
**/
class NewClassName extends Referrer {
    
    /**
    * Return the current value of the variable
    **/
    protected function getCurrentValue (array $env) {
        // Method code goes here
    }
    
}
?>