![]() |
Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (Input $input=null, Registry $config=null, \JApplicationWebClient $client=null) | |
dispatch ($component=null) | |
getTemplate ($params=false) | |
login ($credentials, $options=array()) | |
![]() | |
__construct (Input $input=null, Registry $config=null, \JApplicationWebClient $client=null) | |
checkSession () | |
enqueueMessage ($msg, $type='message') | |
execute () | |
getCfg ($varname, $default=null) | |
getClientId () | |
getMenu ($name=null, $options=array()) | |
getMessageQueue ($clear=false) | |
getName () | |
getPathway ($name=null, $options=array()) | |
getTemplate ($params=false) | |
getUserState ($key, $default=null) | |
getUserStateFromRequest ($key, $request, $default=null, $type='none') | |
isAdmin () | |
isSite () | |
isHttpsForced ($clientId=null) | |
isClient ($identifier) | |
loadSession (\JSession $session=null) | |
login ($credentials, $options=array()) | |
logout ($userid=null, $options=array()) | |
redirect ($url, $status=303) | |
setUserState ($key, $value) | |
toString ($compress=false) | |
![]() | |
__construct (Input $input=null, Registry $config=null, \JApplicationWebClient $client=null) | |
initialise ($session=null, $document=null, $language=null, $dispatcher=null) | |
execute () | |
redirect ($url, $status=303) | |
loadConfiguration ($data) | |
allowCache ($allow=null) | |
setHeader ($name, $value, $replace=false) | |
getHeaders () | |
clearHeaders () | |
sendHeaders () | |
setBody ($content) | |
prependBody ($content) | |
appendBody ($content) | |
getBody ($asArray=false) | |
getDocument () | |
getLanguage () | |
getSession () | |
flushAssets () | |
isSSLConnection () | |
loadDocument (\JDocument $document=null) | |
loadLanguage (\JLanguage $language=null) | |
loadSession (\JSession $session=null) | |
afterSessionStart () | |
![]() | |
__construct (Input $input=null, Registry $config=null) | |
getIdentity () | |
registerEvent ($event, $handler) | |
triggerEvent ($event, array $args=null) | |
loadDispatcher (\JEventDispatcher $dispatcher=null) | |
loadIdentity (\JUser $identity=null) | |
![]() | |
__construct (Input $input=null, Registry $config=null) | |
close ($code=0) | |
execute () | |
get ($key, $default=null) | |
getLogger () | |
set ($key, $value=null) | |
setConfiguration (Registry $config) | |
setLogger (LoggerInterface $logger) | |
Fonctions membres publiques statiques | |
static | getRouter ($name='administrator', array $options=array()) |
static | purgeMessages () |
![]() | |
static | getInstance ($name=null) |
static | getRouter ($name=null, array $options=array()) |
![]() | |
static | getInstance ($name=null) |
Fonctions membres protégées | |
doExecute () | |
initialiseApp ($options=array()) | |
render () | |
route () | |
![]() | |
checkUserRequireReset ($option, $view, $layout, $tasks) | |
initialiseApp ($options=array()) | |
loadLibraryLanguage () | |
render () | |
route () | |
![]() | |
render () | |
compress () | |
respond () | |
isRedirectState ($state) | |
getHttpStatusValue ($value) | |
checkConnectionAlive () | |
checkHeadersSent () | |
detectRequestUri () | |
fetchConfigurationData ($file='', $class='\JConfig') | |
header ($string, $replace=true, $code=null) | |
loadSystemUris ($requestUri=null) | |
![]() | |
doExecute () | |
![]() | |
doExecute () | |
initialise () | |
Membres hérités additionnels | |
![]() | |
$scope = null | |
![]() | |
$charSet = 'utf-8' | |
$mimeType = 'text/html' | |
$modifiedDate | |
$client | |
![]() | |
$input | |
![]() | |
$docOptions = array() | |
$_clientId = null | |
$_messageQueue = array() | |
$_name = null | |
$profiler = null | |
$template = null | |
![]() | |
$document | |
$language | |
$session | |
$response | |
![]() | |
$dispatcher | |
$identity | |
![]() | |
$config | |
![]() | |
static | $instances = array() |
![]() | |
static | $instance |
Joomla! Administrator Application class
Class constructor.
Input | $input | An optional argument to provide dependency injection for the application's input object. If the argument is a 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. |
\JApplicationWebClient | $client | An optional argument to provide dependency injection for the application's client object. If the argument is a object that object will become the application's client object, otherwise a default client object is created. |
dispatch | ( | $component = null | ) |
Dispatch the application
string | $component | The component which is being rendered. |
Références $component, $document, $template, JAdministratorHelper\findOption(), getDocument, et null.
|
protected |
|
static |
getTemplate | ( | $params = false | ) |
Gets the name of the current template.
boolean | $params | True to return the template parameters |
Références $db, $params, $query, $template, et JPATH_THEMES.
|
protected |
Initialise the application.
array | $options | An optional associative array of configuration settings. |
Références $lang, $options, $params, $user, et ComponentHelper\getParams().
login | ( | $credentials, | |
$options = array() |
|||
) |
|
static |
|
protected |
Rendering is the process of pushing the document buffers into the template placeholders, retrieving data from the document and pushing it into the application response buffer.
Références $component, $file, $input, et elseif.
|
protected |
Route the application.
Routing is the process of examining the request environment to determine which component should receive the request. The component optional parameters are then set in the request object to be processed when the application is being dispatched.
Références $uri.