Prado\Web\UI\ActiveControls\TActiveDropDownList::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;
    }