Class \Prado\Caching\TCacheDependencyList
TCacheDependencyList class.
TCacheDependencyList represents a list of cache dependency objects. Only objects implementing ICacheDependency can be added into this list.
TCacheDependencyList can be used like an array. See TList for more details.
Class hierarchy
- \Prado\Caching\TCacheDependencyList
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.1.0
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by performing additional type checking for each newly added item. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |