Class CTypedList
CTypedList represents a list whose items are of the certain type.
CTypedList extends CList
by making sure that the elements to be added
to the list is of certain class type.
- CComponent
- CList implements IteratorAggregate, ArrayAccess, Countable
- CTypedList
Package: system\collections
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/collections/CTypedList.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/collections/CTypedList.php
public
|
|
public
|
add(),
clear(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
itemAt(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
removeAt(),
setReadOnly(),
toArray()
|
$count,
$iterator,
$readOnly
|