kartik\grid\FormulaColumn::renderFooterCellContent PHP Метод

renderFooterCellContent() защищенный Метод

Formatted footer cell content.
protected renderFooterCellContent ( ) : string
Результат string the rendering result
    protected function renderFooterCellContent()
    {
        if ($this->autoFooter) {
            return $this->grid->formatter->format($this->getFooterCellContent(), $this->format);
        }
        return parent::renderFooterCellContent();
    }