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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier rating.php

Espaces de nommage

 Joomla\Plugin
 

Variables

if($context=='com_content.categories') $rating = (int) $row->rating
 
 $rcount = (int) $row->rating_count
 
 $starImageOn = JHtml::_('image', 'system/rating_star.png', JText::_('PLG_VOTE_STAR_ACTIVE'), null, true)
 
 $starImageOff = JHtml::_('image', 'system/rating_star_blank.png', JText::_('PLG_VOTE_STAR_INACTIVE'), null, true)
 
 $img = ''
 
 endif
 

Documentation des variables

◆ $img

◆ $rating

if ( $context=='com_content.categories') $rating = (int) $row->rating

◆ $rcount

$rcount = (int) $row->rating_count

◆ $starImageOff

$starImageOff = JHtml::_('image', 'system/rating_star_blank.png', JText::_('PLG_VOTE_STAR_INACTIVE'), null, true)

◆ $starImageOn

$starImageOn = JHtml::_('image', 'system/rating_star.png', JText::_('PLG_VOTE_STAR_ACTIVE'), null, true)

◆ endif

endif