Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres protégées | |
doExecute () | |
Fonctions membres protégées hérités de AbstractWebApplication | |
compress () | |
respond () | |
getHttpStatusValue ($value) | |
checkConnectionAlive () | |
checkHeadersSent () | |
detectRequestUri () | |
header ($string, $replace=true, $code=null) | |
isRedirectState ($state) | |
loadSystemUris ($requestUri=null) | |
Fonctions membres protégées hérités de AbstractApplication | |
dispatchEvent (string $eventName, ?EventInterface $event=null) | |
doExecute () | |
initialise () | |
Attributs protégés | |
$controllerResolver | |
$router | |
Attributs protégés hérités de AbstractWebApplication | |
$input | |
$response | |
Attributs protégés hérités de AbstractApplication | |
$config | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractWebApplication | |
static | isAscii ($str) |
Champs de données hérités de AbstractWebApplication | |
$charSet = 'utf-8' | |
$mimeType = 'text/html' | |
$httpVersion = '1.1' | |
$modifiedDate | |
$client | |
A basic web application class for handing HTTP requests.
__construct | ( | ControllerResolverInterface | $controllerResolver, |
RouterInterface | $router, | ||
Input | $input = null , |
||
Registry | $config = null , |
||
Web\WebClient | $client = null , |
||
ResponseInterface | $response = null |
||
) |
Class constructor.
ControllerResolverInterface | $controllerResolver | The application's controller resolver |
RouterInterface | $router | The application's router |
Input | $input | An optional argument to provide dependency injection for the application's input object. If the argument is an Input object that object will become the application's input object, otherwise a default input object is created. |
Registry | $config | An optional argument to provide dependency injection for the application's config object. If the argument is a Registry object that object will become the application's config object, otherwise a default config object is created. |
Web\WebClient | $client | An optional argument to provide dependency injection for the application's client object. If the argument is a Web object that object will become the application's client object, otherwise a default client object is created. |
ResponseInterface | $response | An optional argument to provide dependency injection for the application's response object. If the argument is a ResponseInterface object that object will become the application's response object, otherwise a default response object is created. |
Références AbstractWebApplication\$client, AbstractApplication\$config, WebApplication\$controllerResolver, AbstractWebApplication\$input, AbstractWebApplication\$response, WebApplication\$router, et Symfony\Contracts\Service\__construct().
|
protected |
|
protected |
Référencé par WebApplication\__construct().
|
protected |
Référencé par WebApplication\__construct().