The Yaf_Request_Simple class
(Yaf >=1.0.0)
Introduction
Yaf_Request_Simple is particularlly used for test
puporse. ie. simulate some espacial request under CLI mode.
Class synopsis
public __construct
([
string $method
[,
string $module
[,
string $controller
[,
string $action
[,
array $params
]]]]] )
}
Properties
- module
-
- controller
-
- action
-
- method
-
- params
-
- language
-
- _exception
-
- _base_uri
-
- uri
-
- dispatched
-
- routed
-
Predefined Constants
Yaf_Request_Simple::SCHEME_HTTP
-
Yaf_Request_Simple::SCHEME_HTTPS
-
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.