boolean onAddItem(
mixed
$item)
|
|
Adds TDataGridItem object to the body collection.
This method will be invoked when adding an item to the collection.
Overrides
TCollection::onAddItem() (This method will be invoked when an item is being added to the collection.)
Parameters:
void onRemoveItem(
mixed
$item)
|
|
Removes the item from the body collection.
This method will be invoked when an item is to be removed from the collection.
Overrides
TCollection::onRemoveItem() (This method will be invoked when an item is being removed from the collection.)
Parameters: