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

Fonctions membres publiques

 render (?int $value=null, ?int $row=null, array $options=[], $featuredUp=null, $featuredDown=null)
 
- Fonctions membres publiques hérités de ActionButton
 __construct (array $options=[])
 
 addState (int $value, string $task, string $icon='ok', string $title='', array $options=[])
 
 getState (int $value)
 
 removeState (int $value)
 
 render (?int $value=null, ?int $row=null, array $options=[])
 
 __toString ()
 
 getLayout ()
 
 setLayout (string $layout)
 
 getOptions ()
 
 setOptions (array $options)
 
 getOption (string $name, $default=null)
 
 setOption (string $name, $value)
 
 fetchIconClass (string $identifier)
 

Fonctions membres protégées

 preprocess ()
 
- Fonctions membres protégées hérités de ActionButton
 preprocess ()
 

Membres hérités additionnels

- Attributs protégés hérités de ActionButton
 $states = []
 
 $unknownState
 
 $options
 
 $layout = 'joomla.button.action-button'
 

Description détaillée

The FeaturedButton class.

Depuis
4.0.0

Documentation des fonctions membres

◆ preprocess()

preprocess ( )
protected

Configure this object.

Renvoie
void
Depuis
4.0.0

Références Text\_().

◆ render()

render ( ?int  $value = null,
?int  $row = null,
array  $options = [],
  $featuredUp = null,
  $featuredDown = null 
)

Render action button by item value.

Paramètres
integer | null$valueCurrent value of this item.
integer | null$rowThe row number of this item.
array$optionsThe options to override group options.
string | Date$featuredUpThe date which item featured up.
string | Date$featuredDownThe date which item featured down.
Renvoie
string Rendered HTML.
Depuis
4.0.0

Références $default, $html, $nowDate, $options, $value, Text\_(), HTMLHelper\_(), false, Factory\getDate(), Joomla\CMS\MVC\Model\getState(), Factory\getUser(), et Text\sprintf().


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