Prado\Web\UI\TControlAdapter::createChildControls PHP Method

createChildControls() public method

Default implementation calls the attached control's corresponding method.
public createChildControls ( )
    public function createChildControls()
    {
        $this->_control->createChildControls();
    }