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

Fonctions membres publiques statiques

static canDeleteState (int $id)
 
static filterTransitions (array $transitions, int $pk, int $workflowId=0)
 
static onPrepareForm (Form $form, $data)
 
- Fonctions membres publiques statiques hérités de ContentHelper
static addSubmenu ($vName)
 
static countRelations (&$items, $config)
 
static getActions ($component='', $section='', $id=0)
 
static getCurrentLanguage ($detectBrowser=true)
 
static getLanguageId ($langCode)
 

Membres hérités additionnels

- Fonctions membres publiques hérités de ContentHelper
 getRowData (Table $table)
 

Description détaillée

Content component helper.

Depuis
1.6

Documentation des fonctions membres

◆ canDeleteState()

static canDeleteState ( int  $id)
static

Check if state can be deleted

Paramètres
int$idId of state to delete
Renvoie
boolean
Depuis
4.0.0

Références $db, $id, $query, Factory\getDbo(), et ParameterType\INTEGER.

◆ filterTransitions()

static filterTransitions ( array  $transitions,
int  $pk,
int  $workflowId = 0 
)
static

Method to filter transitions by given id of state

Paramètres
array$transitionsArray of transitions
int$pkId of state
int$workflowIdId of the workflow
Renvoie
array
Depuis
4.0.0

Références $transitions.

Référencé par ContentComponent\filterTransitions().

◆ onPrepareForm()

static onPrepareForm ( Form  $form,
  $data 
)
static

Prepares a form

Paramètres
Form$formThe form to change
array | object$dataThe form data
Renvoie
void

Références $category, $component, $data, $db, $field, $form, $option, $query, $title, Text\_(), elseif, Factory\getApplication(), Factory\getDbo(), Factory\getLanguage(), ParameterType\INTEGER, JPATH_ADMINISTRATOR, et Text\sprintf().

Référencé par ContentComponent\prepareForm().


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