コード例 #1
0
 /**
  * Class constructor.
  * @param string $headerFieldValue
  */
 public function __construct($headerFieldValue = "")
 {
     parent::__construct("Accept-Language", $headerFieldValue);
 }
コード例 #2
0
 /**
  * Class constructor.
  * @param string $headerFieldValue
  */
 public function __construct($headerFieldValue = "")
 {
     parent::__construct("Accept-Encoding", $headerFieldValue);
 }
コード例 #3
0
 /**
  * Class constructor.
  * @param string $headerFieldValue
  * @throws \InvalidArgumentException
  */
 public function __construct($headerFieldValue = "")
 {
     parent::__construct("Accept-Charset", $headerFieldValue);
 }