BenConstable\Localize\Determiners\Header::__construct PHP Метод

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

Constructor.
public __construct ( string $header ) : void
$header string Name of the header that holds the locale
Результат void
    public function __construct($header)
    {
        $this->header = $header;
    }