Prado\Web\UI\WebControls\TDataListItemRenderer::renderContents PHP Method

renderContents() public method

By default, child controls and text strings will be rendered. You can override this method to provide customized content rendering.
public renderContents ( $writer )
    public function renderContents($writer)
    {
        parent::renderChildren($writer);
    }