BenConstable\Localize\Determiners\Header::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $header ) : void
$header string Name of the header that holds the locale
return void
    public function __construct($header)
    {
        $this->header = $header;
    }