Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe StylesRenderer
+ Graphe d'héritage de StylesRenderer:

Fonctions membres publiques

 render ($head, $params=array(), $content=null)
 
- Fonctions membres publiques hérités de DocumentRenderer
 __construct (Document $doc)
 
 getContentType ()
 

Fonctions membres privées

 renderElement ($item)
 
 renderInlineElement ($item)
 
 renderAttributes (array $attributes)
 

Attributs privés

 $renderedSrc = []
 

Membres hérités additionnels

- Fonctions membres protégées hérités de DocumentRenderer
 _relToAbs ($text)
 
- Attributs protégés hérités de DocumentRenderer
 $_doc = null
 
 $_mime = 'text/html'
 

Description détaillée

JDocument styles renderer

Depuis
4.0.0

Documentation des fonctions membres

◆ render()

render (   $head,
  $params = array(),
  $content = null 
)

Renders the document stylesheets and style tags and returns the results as a string

Paramètres
string$head(unused)
array$paramsAssociative array of values
string$contentThe script
Renvoie
string The output of the script
Depuis
4.0.0

Implémente RendererInterface.

Références $buffer, $content, $item, $key, $type, $wam, et null.

◆ renderAttributes()

renderAttributes ( array  $attributes)
private

Renders the element attributes

Paramètres
array$attributesThe element attributes
Renvoie
string The attributes string
Depuis
4.0.0

Références $attributes, $buffer, $value, elseif, et ENT_COMPAT.

◆ renderElement()

renderElement (   $item)
private

Renders the element

Paramètres
WebAssetItemInterface | array$itemThe element
Renvoie
string The resulting string
Depuis
4.0.0

Références $attribs, $buffer, $item, Document\$mediaVersion, $version, JDEBUG, et null.

◆ renderInlineElement()

renderInlineElement (   $item)
private

Renders the inline element

Paramètres
WebAssetItemInterface | array$itemThe element
Renvoie
string The resulting string
Depuis
4.0.0

Références $attribs, $buffer, $content, et $item.

Documentation des champs

◆ $renderedSrc

$renderedSrc = []
private

La documentation de cette classe a été générée à partir du fichier suivant :