\Pluf_Template_Context_Request

Class storing the data that are then used in the template.

This class automatically set the 'request' key with the current request and use and add more keys based on the processors.

Summary

Methods
Properties
Constants
__construct()
get()
set()
$_vars
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$_vars

$_vars : 

Type

Methods

__construct()

__construct(  $request,   $vars = array()) 

Parameters

$request
$vars

get()

get(  $var) 

Parameters

$var

set()

set(  $var,   $value) 

Parameters

$var
$value