Class Request

Description

This should be the only way to handle user input.

This should be the only way to handle user input. Every type of input should define a class to store it and set up some functions here to return this sort of objects. E.g. for input.php for the request is ok to be a Chatline altough the Chatline is an irc... Functions to be defined: is_permitted, get_Classname (null on error, object of class Classname else)

Located in /include/class.Request.inc (line 45)


	
			
Direct descendents
Class Description
 class NormalizedRequest Class NormalizedRequest extends Class Request. to a normalized state, e.
Variable Summary
 mixed $data
 mixed $date
 mixed $error
 mixed $ip
 mixed $referrer
Method Summary
 Request Request ([mixed $data = array()], [mixed $AllowNull = false])
 void IsEmpty ()
 void is_permitted ()
Variables
mixed $data = array() (line 52)
mixed $date (line 48)
mixed $error = '' (line 50)
mixed $ip (line 46)
mixed $referrer (line 47)
Methods
Constructor Request (line 64)
Request Request ([mixed $data = array()], [mixed $AllowNull = false])
get_InputChatline (line 78)
void get_InputChatline ()
IsEmpty (line 60)
void IsEmpty ()
is_permitted (line 56)

functions similar to all requests

functions similar to all requests

void is_permitted ()

Documentation generated on Tue, 29 Jun 2004 14:42:13 +0200 by phpDocumentor 1.3.0RC3