yii\web\HeaderCollection::fromArray PHP 메소드

fromArray() 공개 메소드

Populates the header collection from an array.
부터: 2.0.3
public fromArray ( array $array )
$array array the headers to populate from
    public function fromArray(array $array)
    {
        $this->_headers = $array;
    }