Prado\Web\UI\WebControls\TWebControlAdapter::renderEndTag PHP Method

renderEndTag() public method

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