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

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

Get the raw footer cell content.
protected getFooterCellContent ( ) : string
Результат string the rendering result
    protected function getFooterCellContent()
    {
        if ($this->autoFooter) {
            return call_user_func($this->value, null, self::FOOTER, self::FOOTER, $this);
        }
        return parent::getFooterCellContent();
    }