yii\web\CookieCollection::fromArray PHP Method

fromArray() public method

Populates the cookie collection from an array.
Since: 2.0.3
public fromArray ( array $array )
$array array the cookies to populate from
    public function fromArray(array $array)
    {
        $this->_cookies = $array;
    }