PHP Class Prado\Caching\TCacheDependencyList

TCacheDependencyList represents a list of cache dependency objects. Only objects implementing {@link ICacheDependency} can be added into this list. TCacheDependencyList can be used like an array. See {@link TList} for more details.
Since: 3.1.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Collections\TList
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 type checking for each newly added item.
public insertAt ( $index, $item )