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

Fonctions membres publiques

 __construct (&$subject, $config)
 
 onContentBeforeDisplay ($context, &$row, &$params, $page=0)
 
 onContentAfterDisplay ($context, &$row, &$params, $page=0)
 
- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 

Attributs protégés

 $app
 
 $votingPosition
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Fonctions membres privées

 displayVotingData ($context, &$row, &$params, $page)
 

Membres hérités additionnels

- Champs de données hérités de CMSPlugin
 $params = null
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Description détaillée

Vote plugin.

Depuis
1.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( $subject,
  $config 
)
Paramètres
object&$subjectThe object to observe
array$configAn optional associative array of configuration settings.
Depuis
3.7.0

Références $config, $subject, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ displayVotingData()

displayVotingData (   $context,
$row,
$params,
  $page 
)
private

Displays the voting area

Paramètres
string$contextThe context of the content being passed to the plugin
object&$rowThe article object
object&$paramsThe article params
integer$pageThe 'page' number
Renvoie
string|boolean HTML string containing code for the votes if in com_content else boolean false
Depuis
3.7.0

Références $context, $html, $params, $parts, $path, et null.

◆ onContentAfterDisplay()

onContentAfterDisplay (   $context,
$row,
$params,
  $page = 0 
)

Displays the voting area when viewing an article and the voting section is displayed after the article

Paramètres
string$contextThe context of the content being passed to the plugin
object&$rowThe article object
object&$paramsThe article params
integer$pageThe 'page' number
Renvoie
string|boolean HTML string containing code for the votes if in com_content else boolean false
Depuis
3.7.0

Références $context, et $params.

◆ onContentBeforeDisplay()

onContentBeforeDisplay (   $context,
$row,
$params,
  $page = 0 
)

Displays the voting area when viewing an article and the voting section is displayed before the article

Paramètres
string$contextThe context of the content being passed to the plugin
object&$rowThe article object
object&$paramsThe article params
integer$pageThe 'page' number
Renvoie
string|boolean HTML string containing code for the votes if in com_content else boolean false
Depuis
1.6

Références $context, et $params.

Documentation des champs

◆ $app

$app
protected

◆ $votingPosition

$votingPosition
protected

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