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

renderBeginTag() public method

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