Prado\Web\UI\TControlAdapter::createChildControls PHP Метод

createChildControls() публичный Метод

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