Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Prado
Web
UI
WebControls
TTableRowCollection
PHP Class Prado\Web\UI\WebControls\TTableRowCollection
TTableRowCollection is used to maintain a list of rows belong to a table.
Since:
3.0
Author:
Qiang Xue (
[email protected]
)
Inheritance:
extends
Prado\Web\UI\TControlCollection
Datei anzeigen
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 row.
public
insertAt
(
$index
,
$item
)