Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier html5.php

Espaces de nommage

 Joomla\Site
 

Variables

 $module = $displayData['module']
 
 $params = $displayData['params']
 
if((string) $module->content==='') $moduleTag = htmlspecialchars($params->get('module_tag', 'div'), ENT_QUOTES, 'UTF-8')
 
 $moduleAttribs = []
 
 $moduleAttribs ['class'] = 'moduletable ' . htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_QUOTES, 'UTF-8')
 
 $bootstrapSize = (int) $params->get('bootstrap_size', 0)
 
 $moduleAttribs ['class'] = $bootstrapSize !== 0 ? ' col-md-' . $bootstrapSize : ''
 
 $headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_QUOTES, 'UTF-8')
 
 $headerClass = htmlspecialchars($params->get('header_class', ''), ENT_QUOTES, 'UTF-8')
 
 $headerAttribs = []
 
if($headerClass !=='') if($moduleTag !=='div') $header = '<' . $headerTag . ' ' . ArrayHelper::toString($headerAttribs) . '>' . $module->title . '</' . $headerTag . '>'
 
if((bool) $module->showtitle) endif
 

Documentation des variables

◆ $bootstrapSize

$bootstrapSize = (int) $params->get('bootstrap_size', 0)

◆ $header

if ( $headerClass !=='') if ( $moduleTag !=='div') $header = '<' . $headerTag . ' ' . ArrayHelper::toString($headerAttribs) . '>' . $module->title . '</' . $headerTag . '>'

Référencé par JWS\addSignature(), JWSBuilder\addSignature(), AndroidSafetyNetAttestationStatementSupport\checkGoogleApiResponse(), Client\createHeader(), PHPMailer\createHeader(), ParagonIE_Sodium_Compat\crypto_secretstream_xchacha20poly1305_init_pull(), Reader\determineFileTypeByHeader(), PHPMailer\DKIM_Add(), AbstractSerializer\filterHeader(), JWSBuilder\findSignatureAlgorithm(), AbstractNegotiator\getBest(), Nyholm\Psr7\getHeader(), Request\getHeader(), Laminas\Diactoros\getHeader(), Nyholm\Psr7\getHeaderLine(), MetadataStatementFetcher\getJwsPayload(), SqlField\getOptions(), AbstractNegotiator\getOrderedElements(), Cache\getWorkarounds(), Nyholm\Psr7\hasHeader(), Laminas\Diactoros\hasHeader(), PHPMailer\mailPassthru(), PHPMailer\mailSend(), Laminas\Diactoros\marshalUriFromSapi(), AbstractNegotiator\match(), Parser\parse(), Parser\parseHeader(), AbstractNegotiator\parseHeader(), Parser\parseSignature(), AbstractTransport\processHeaders(), JSONGeneralSerializer\processHeaders(), Table\render(), Curl\request(), Stream\request(), Socket\request(), Encoding\saveBytesToChecksummedAsciiSafeString(), ParagonIE_Sodium_Crypto32\secretstream_xchacha20poly1305_init_pull(), ParagonIE_Sodium_Crypto\secretstream_xchacha20poly1305_init_pull(), SSH2\send_binary_packet(), AbstractWebApplication\sendHeaders(), PHPMailer\sendmailSend(), JSONFlattenedSerializer\serialize(), AbstractSerializer\serializeHeaders(), HtmlDumper\setDumpHeader(), Nyholm\Psr7\setHeaders(), Laminas\Diactoros\setHeaders(), PlgSystemHttpHeaders\setStaticHeaders(), PHPMailer\smtpSend(), JSONFlattenedSerializer\unserialize(), JSONGeneralSerializer\unserialize(), Nyholm\Psr7\updateHostFromUri(), Nyholm\Psr7\validateAndTrimHeader(), Nyholm\Psr7\withAddedHeader(), Laminas\Diactoros\withAddedHeader(), Nyholm\Psr7\withHeader(), Laminas\Diactoros\withHeader(), Nyholm\Psr7\withoutHeader(), Laminas\Diactoros\withoutHeader(), et Laminas\Diactoros\withUri().

◆ $headerAttribs

$headerAttribs = []

◆ $headerClass

$headerClass = htmlspecialchars($params->get('header_class', ''), ENT_QUOTES, 'UTF-8')

◆ $headerTag

$headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_QUOTES, 'UTF-8')

◆ $module

$module = $displayData['module']

◆ $moduleAttribs [1/3]

$moduleAttribs = []

◆ $moduleAttribs [2/3]

$moduleAttribs[ 'class'] = 'moduletable ' . htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_QUOTES, 'UTF-8')

◆ $moduleAttribs [3/3]

$moduleAttribs[ 'class'] = $bootstrapSize !== 0 ? ' col-md-' . $bootstrapSize : ''

◆ $moduleTag

if ((string) $module->content==='') $moduleTag = htmlspecialchars($params->get('module_tag', 'div'), ENT_QUOTES, 'UTF-8')

◆ $params

$params = $displayData['params']

◆ endif

if ((bool) $module->showtitle) endif