|
| __construct (Input $input=null, Registry $config=null, WebClient $client=null, Container $container=null) |
|
| afterSessionStart (SessionEvent $event) |
|
| debugLanguage () |
|
| dispatch () |
|
| execute () |
|
| getLocalise () |
|
| getLocaliseAdmin (DatabaseInterface $db=null) |
|
| getTemplate ($params=false) |
|
| loadDocument (Document $document=null) |
|
| render () |
|
| setCfg (array $vars=array(), $namespace='config') |
|
| getMenu ($name=null, $options=array()) |
|
| __construct (Input $input=null, Registry $config=null, WebClient $client=null, Container $container=null) |
|
| checkSession () |
|
| enqueueMessage ($msg, $type=self::MSG_INFO) |
|
| getCfg ($varname, $default=null) |
|
| getClientId () |
|
| getMenu ($name=null, $options=array()) |
|
| getMessageQueue ($clear=false) |
|
| getName () |
|
| getPathway () |
|
| getTemplate ($params=false) |
|
| getUserState ($key, $default=null) |
|
| getUserStateFromRequest ($key, $request, $default=null, $type='none') |
|
| isHttpsForced ($clientId=null) |
|
| isClient ($identifier) |
|
| login ($credentials, $options=array()) |
|
| logout ($userid=null, $options=array()) |
|
| redirect ($url, $status=303) |
|
| setUserState ($key, $value) |
|
| toString ($compress=false) |
|
| isCli () |
|
| setMenuFactory (MenuFactoryInterface $menuFactory) |
|
| __construct (Input $input=null, Registry $config=null, WebClient $client=null, ResponseInterface $response=null) |
|
| execute () |
|
| getDocument () |
|
| getLanguage () |
|
| flushAssets () |
|
| loadDocument (Document $document=null) |
|
| loadLanguage (Language $language=null) |
|
| loadSession (Session $session=null) |
|
| afterSessionStart (SessionEvent $event) |
|
| getConfig () |
|
| __construct (Input $input=null, Registry $config=null, Web\WebClient $client=null, ResponseInterface $response=null) |
|
| __get ($name) |
|
| execute () |
|
| getInput () |
|
| redirect ($url, $status=303) |
|
| allowCache ($allow=null) |
|
| setHeader ($name, $value, $replace=false) |
|
| getHeaders () |
|
| clearHeaders () |
|
| sendHeaders () |
|
| setBody ($content) |
|
| prependBody ($content) |
|
| appendBody ($content) |
|
| getBody () |
|
| getResponse () |
|
| isValidHttpStatus ($code) |
|
| setResponse (ResponseInterface $response) |
|
| isSslConnection () |
|
| __construct (Registry $config=null) |
|
| close ($code=0) |
|
| execute () |
|
| get ($key, $default=null) |
|
| getLogger () |
|
| set ($key, $value=null) |
|
| setConfiguration (Registry $config) |
|
| setLogger (LoggerInterface $logger) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
| setContainer (Container $container) |
|
| getDocument () |
|
| getSession () |
|
| setSession (SessionInterface $session) |
|
| checkToken ($method='post') |
|
| getFormToken ($forceNew=false) |
|
| getMessageQueue () |
|
| getIdentity () |
|
| getInput () |
|
| getLanguage () |
|
| loadIdentity (User $identity=null) |
|
| bootComponent ($component) |
|
| bootModule ($module, $applicationName) |
|
| bootPlugin ($plugin, $type) |
|
| getDispatcher () |
|
| triggerEvent ($eventName, $args=[]) |
|
Joomla! Installation Application class.
- Depuis
- 3.1
Class constructor.
- Paramètres
-
Input | null | $input | An optional argument to provide dependency injection for the application's input object. If the argument is a JInput object that object will become the application's input object, otherwise a default input object is created. |
Registry | null | $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. |
WebClient | null | $client | An optional argument to provide dependency injection for the application's client object. If the argument is a WebClient object that object will become the application's client object, otherwise a default client object is created. |
Container | null | $container | Dependency injection container. |
- Depuis
- 3.1
Références $client, $config, Factory\$config, $container, $input, $parts, Symfony\Contracts\Service\__construct(), Uri\base(), JDEBUG, name, null, et Uri\root().
Allows the application to load a custom or default document.
The logic and options for creating this object are adequately generic for default cases but for many applications it will make sense to override this method and create a document, if required, based on more specific needs.
- Paramètres
-
Document | null | $document | An optional document object. If omitted, the factory document is created. |
- Renvoie
- InstallationApplication This method is chainable.
- Depuis
- 3.2
Références $attributes, $date, $document, Factory\$document, $lang, $this, $type, class, Joomla\DI\getContainer(), Factory\getLanguage(), et null.