Prado\Web\UI\ActiveControls\TActiveListBox::createListItemCollection PHP Метод

createListItemCollection() защищенный Метод

This method may be overriden to create a customized collection.
protected createListItemCollection ( ) : TActiveListItemCollection
Результат TActiveListItemCollection the collection object
    protected function createListItemCollection()
    {
        $collection = new TActiveListItemCollection();
        $collection->setControl($this);
        return $collection;
    }