Prado\Web\UI\WebControls\TWebControlAdapter::renderBeginTag PHP Méthode

renderBeginTag() public méthode

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