MvcTools: ezcMvcRequestParser
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcRequestParser
|
The interface that should be implemented by all request parsers. [
source]
A request parser takes the raw request - protocol dependent - and creates an abstract ezcMvcRequest object of this.
Descendents
Properties
|
string |
read/write
|
$prefix
The prefix in the URL that should be stripped from URL properties. |
Member Variables
Method Summary
|
public ezcMvcRequestParser |
__construct(
)
Constructs a new request parser |
|
public abstract ezcMvcRequest |
createRequest(
)
Reads the raw request data with what ever means necessary and constructs an ezcMvcRequest object. |
Methods
__construct
ezcMvcRequestParser __construct(
)
Constructs a new request parser
createRequest
Reads the raw request data with what ever means necessary and constructs an ezcMvcRequest object.
Redefined in descendants as
Last updated: Tue, 23 Mar 2010