Commerce
in package
The commerce class is the responsible to start and manage the main processing flow of a request.
Tags
Table of Contents
__construct() | Constructor. | : mixed |
---|---|---|
end() | This method ends the main processing flow of the request. | : mixed |
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $apps = [] ]) : mixed
Parameters
- $apps : array<string|int, mixed> = []
-
List of the Apps associated to the commerce.
Return values
mixed —end()
This method ends the main processing flow of the request.
public
static end() : mixed