Arcanedev\LogViewer\Tables\StatsTable::totalsJson PHP Метод

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

Get json totals data.
public totalsJson ( string | null $locale = null ) : string
$locale string | null
Результат string
    public function totalsJson($locale = null)
    {
        return $this->totals($locale)->toJson(JSON_PRETTY_PRINT);
    }