Psr7Middlewares\Middleware\Www::__construct PHP Метод

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

Configure whether the www subdomain should be added or removed.
public __construct ( boolean $addWww = false )
$addWww boolean
    public function __construct($addWww = false)
    {
        $this->addWww = (bool) $addWww;
        $this->redirect(301);
    }