![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
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 | |
| $img = '' |
Référencé par ModRandomImageHelper\getImages(), JHtmlGrid\published(), et SimplePie_Sanitize\sanitize().
| if ( $context=='com_content.categories') $rating = (int) $row->rating |
Référencé par SimplePie_Item\get_enclosures(), et ContentModelArticle\storeVote().
| $rcount = (int) $row->rating_count |
| $starImageOff = JHtml::_('image', 'system/rating_star_blank.png', JText::_('PLG_VOTE_STAR_INACTIVE'), null, true) |
| $starImageOn = JHtml::_('image', 'system/rating_star.png', JText::_('PLG_VOTE_STAR_ACTIVE'), null, true) |
| endif |