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

Fonctions membres publiques

 __construct (string $value='', array $options=[])
 
 __toString ()
 
 getColspan ()
 
 getRowspan ()
 
 getStyle ()
 

Attributs privés

 $value
 
 $options
 

Description détaillée

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $value = '',
array  $options = [] 
)

Documentation des fonctions membres

◆ __toString()

__toString ( )

Returns the cell value.

Renvoie
string

Références TableCell\$value.

◆ getColspan()

getColspan ( )

Gets number of colspan.

Renvoie
int

Référencé par Table\fillCells(), Table\getRowColumns(), et Table\renderCell().

◆ getRowspan()

getRowspan ( )

Gets number of rowspan.

Renvoie
int

Référencé par Table\fillNextRows().

◆ getStyle()

getStyle ( )

Référencé par Table\renderCell().

Documentation des champs

◆ $options

$options
private
Valeur initiale :
= [
'rowspan' => 1

Référencé par TableSeparator\__construct(), et TableCell\__construct().

◆ $value

$value
private

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