Class Environment
Environment
This class decouples the Slim application from the global PHP environment. This is particularly useful for unit testing, but it also lets us create custom sub-requests.
- Slim\Collection implements Slim\Interfaces\CollectionInterface
-
Slim\Http\Environment
implements
Slim\Interfaces\Http\EnvironmentInterface
Methods summary
public static
|
Methods inherited from Slim\Collection
__construct(),
all(),
clear(),
count(),
get(),
getIterator(),
has(),
keys(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
replace(),
set()