MathiasGrimm\LaravelLogKeeper\Repos\RemoteLogsRepo::getCompressed PHP 메소드

getCompressed() 공개 메소드

public getCompressed ( )
    public function getCompressed()
    {
        $allLogs = $this->disk->files($this->remotePath);
        $logs = LogUtil::getCompressed($allLogs);
        $logs = LogUtil::mapBasename($logs);
        return $logs;
    }