Prado\Web\UI\WebControls\TMultiView::createControlCollection PHP Method

createControlCollection() protected method

Creates a control collection object that is to be used to hold child controls
protected createControlCollection ( ) : TViewCollection
return TViewCollection control collection
    protected function createControlCollection()
    {
        return new TViewCollection($this);
    }