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

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

public getAllowChildControls ( ) : boolean
Результат boolean whether body contents are allowed for this control. Defaults to true.
    public function getAllowChildControls()
    {
        return true;
    }
TControl