Psr7Middlewares\Middleware\Robots::__construct PHP Method

__construct() public method

Set whether search engines are allowed or not.
public __construct ( boolean $allow = false )
$allow boolean
    public function __construct($allow = false)
    {
        $this->allow = $allow;
    }