Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Prado
Web
UI
WebControls
TTableCellCollection
PHP Class Prado\Web\UI\WebControls\TTableCellCollection
TTableCellCollection is used to maintain a list of cells belong to a table row.
Since:
3.0
Author:
Qiang Xue (
[email protected]
)
Inheritance:
extends
Prado\Web\UI\TControlCollection
Exibir arquivo
Open project: pradosoft/prado
Public Methods
Method
Description
insertAt
(
$index
,
$item
)
Inserts an item at the specified position.
Method Details
insertAt()
public
method
This overrides the parent implementation by performing additional operations for each newly added table cell.
public
insertAt
(
$index
,
$item
)