Prado\Web\UI\WebControls\TWebControlAdapter::renderContents PHP Метод

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

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