PHP 클래스 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.
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 |
설명 |
|
insertAt ( $index, $item ) |
Inserts an item at the specified position. |
|
메소드 상세
This overrides the parent implementation by performing additional type checking
for each newly added item.