Prado\Web\UI\ActiveControls\TActiveDropDownList::createListItemCollection PHP Method

createListItemCollection() protected method

This method may be overriden to create a customized collection.
protected createListItemCollection ( ) : TActiveListItemCollection
return TActiveListItemCollection the collection object
    protected function createListItemCollection()
    {
        $collection = new TActiveListItemCollection();
        $collection->setControl($this);
        return $collection;
    }