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

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

This method can be overriden for controls who want to have their controls. Do not call this method directly. Instead, call {@link ensureChildControls} to ensure child controls are created only once.
public createChildControls ( )
    public function createChildControls()
    {
    }
TControl