Psr7Middlewares\Middleware\AccessLog::combined PHP Метод

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

Whether use the combined log format instead the common log format.
public combined ( boolean $combined = true ) : self
$combined boolean
Результат self
    public function combined($combined = true)
    {
        $this->combined = $combined;
        return $this;
    }