BenConstable\Localize\Determiners\Header::__construct PHP Méthode

__construct() public méthode

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