Prado\Web\UI\TControlAdapter::createChildControls PHP 메소드

createChildControls() 공개 메소드

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