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);
    }