Prado\Web\UI\WebControls\TMultiView::createControlCollection PHP 메소드

createControlCollection() 보호된 메소드

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