Prado\Web\UI\TControl::createChildControls PHP Méthode

createChildControls() public méthode

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