Prado\Web\UI\TControlAdapter::renderChildren PHP Method

renderChildren() public method

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