Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Icon

Fonctions membres publiques

 create ($category, $params, $attribs=array(), $legacy=false)
 
 edit ($article, $params, $attribs=array(), $legacy=false)
 
 print_screen ($params, $legacy=false)
 

Description détaillée

Documentation des fonctions membres

◆ create()

create (   $category,
  $params,
  $attribs = array(),
  $legacy = false 
)

Method to generate a link to the create item page for the given category

Paramètres
object$categoryThe category information
Registry$paramsThe item parameters
array$attribsOptional attributes for the link
boolean$legacyTrue to use legacy images, false to use icomoon based graphic
Renvoie
string The HTML markup for the create item link
Depuis
4.0.0

Références $attribs, $button, $category, $params, $text, $uri, $url, Text\_(), Route\_(), HTMLHelper\_(), et Uri\getInstance().

◆ edit()

edit (   $article,
  $params,
  $attribs = array(),
  $legacy = false 
)

Display an edit icon for the article.

This icon will not display in a popup window, nor if the article is trashed. Edit access checks must be performed in the calling code.

Paramètres
object$articleThe article information
Registry$paramsThe item parameters
array$attribsOptional attributes for the link
boolean$legacyTrue to use legacy images, false to use icomoon based graphic
Renvoie
string The HTML for the article edit icon.
Depuis
4.0.0

Références $article, $attribs, $date, $output, $params, $text, $tooltip, $uri, $url, $user, Text\_(), Route\_(), HTMLHelper\_(), Workflow\CONDITION_PUBLISHED, Workflow\CONDITION_UNPUBLISHED, RouteHelper\getArticleRoute(), Uri\getInstance(), Factory\getUser(), LayoutHelper\render(), et Text\sprintf().

◆ print_screen()

print_screen (   $params,
  $legacy = false 
)

Method to generate a link to print an article

Paramètres
Registry$paramsThe item parameters
boolean$legacyTrue to use legacy images, false to use icomoon based graphic
Renvoie
string The HTML markup for the popup link
Depuis
4.0.0

Références $params, $text, et LayoutHelper\render().


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