Prado\Web\UI\TControl::getAllowChildControls PHP Method

getAllowChildControls() public method

public getAllowChildControls ( ) : boolean
return boolean whether body contents are allowed for this control. Defaults to true.
    public function getAllowChildControls()
    {
        return true;
    }
TControl