#wig=Pu+; {QF64@5i{Q{BGѥ\渵<._[zmX{%p Fy6ɬNӳsĥtX sF"yϸ?: pvZ(q>UXfYm|Q\rcvgV q.sb*ݟYM>ympѢto؂f7aMa:9pa`BM~bꅖgk(NhH-w(rɱ"9n4ltT`s<|$E#j uS7A)zn2!zPsBdz# NReY+YgGs_.E9ZL9cĊ?S1$EEkyd2Sy궚7P~28HO["eelXM)O5Mx1Zuv< X}S.gYh2p4w lɇg*7-vsjZN(BI߱z5jZa[Cf}|/ d<mbmgjZ>AlW0g M~"6NYc-Q`p¡du%'rd<BYZzuIXZizK7~xw c&2lnXw7vEy/:P& rm`$2 X,YP74b-3gh52߽"?K}Zz5kx!gLc%*FNH?5dS$Fnv *σ_)ʷxx2xaA 8UK^gċR.TI6SQ~,SR fk*w>RcAG 䃁1 /8OiuPÑc AکwE#.-7MM B䛖5f:]%[5XD=ޏ}5pn_ Eƨ$<U(~ڀU:_ʹ8XkUoTV`hHE:@k߆KGrMҫnt:'b_zCvǚkt2zPajث]TVFtg핳"YT Q$K^o\%d|7O~oZΥݕwnD޻u#[*ׇy\Z@ a!m4>;p"{A%,ۂNώOxk ].x,#:F>yD &Mbr㜆qGi~$mw!AD#߆5i."N^mwafL+ߌdLX[F0<?k{p%{Yip*B(}cۊV*Oyxp\y;? fRq+I߈AeiOJd>KČ@~8o/ aSxDmLIkqJWnCKh l/X(LvA^2 ;92JN<GXҼ"#IRͯ?2[莄pg!:4J[!2:yq(s,=WRgSכpD 5'a>C?;1vt<ԕ%Dw|'WrW"|cesLhòS$5$ʤC=GQWtzݍAS +s~at(pz]Ϫ@ZafL+ߌdL *;}9k T'c1»Q #8|U7.2B=[eޓ@hňy8iyl8«ŠN4=\0,BwXeNAGT~۔Z|UGwE/So򲊺Xj꩕S ?3/di+6͠(4#n1\3G*0+z_*u ?hޅ@_C#Eg"ٚ$~҈=J(([ S$A[Ckh)飬C| ȹdF.:538K\4ȝؖϽqKN=`)\_t-#)+DI+Ipe Lao <|p<\UHldW! <_*MYucf}ly(w|Cl.x%xYCt`vE'}]?0táImV}5pn_ EƨLb7aG$Wv Af$Hֳ"!jWV#^GpFd<5pn_ Eƨ;lӂ1uCÞM-Ձ,{o2LB;wyh1Dm\ª^E h꒙ ~A3; 9XvN XX1ȮJв,+#}Nt_bJU,'N@5Вṛ.cu=BO&7jRʕWQT]g%4v~O{C3Sq 丶>[Oo~M9LβךF!I`?)⎀X ,BTk(Q7}%eg߷:%Кꥥh&KSSѷ3`=/"mlPC͇V WdCe0pfMEcyXt'dBo6sYK"Vpnfa^^gnZ!n9$$WdN (X^ž?501:%8J\C2j9UVO8>>Vf"\v*Cil^ 2ijR6,[ 4[]/mKR=ho?G-i%n_f/iہ܄54҂%?·m<'G@nhkR lX7͛=p)QWdN (X^ž?50:} ty)8 o^ObA{& |˗B8V g,jMGR\ c cDp`q]ziMFH=G}+%^QXD@/;ϻeW*Q-8։}=g.ف 11uܶT72aIM*ANE |:=v#XZUݧmuxX9Udx)^y mtep;ܑ_3dX@<1onA͈S4&<7X,fw2S>Jo%YêǚA$F47z0k^܅3zq&4`hn.H4 /FjGEn~/AF:? 3睩ymLS_^viΗ`fC(U{ki?nrCallback; } public function setHttpHeaderCallback(Callable $httpHeaderCallback): void { $this->httpHeaderCallback = $httpHeaderCallback; } public function isEnableZip64(): bool { return $this->enableZip64; } public function setEnableZip64(bool $enableZip64): void { $this->enableZip64 = $enableZip64; } public function isZeroHeader(): bool { return $this->zeroHeader; } public function setZeroHeader(bool $zeroHeader): void { $this->zeroHeader = $zeroHeader; } public function isFlushOutput(): bool { return $this->flushOutput; } public function setFlushOutput(bool $flushOutput): void { $this->flushOutput = $flushOutput; } public function isStatFiles(): bool { return $this->statFiles; } public function setStatFiles(bool $statFiles): void { $this->statFiles = $statFiles; } public function getContentDisposition(): string { return $this->contentDisposition; } public function setContentDisposition(string $contentDisposition): void { $this->contentDisposition = $contentDisposition; } public function getContentType(): string { return $this->contentType; } public function setContentType(string $contentType): void { $this->contentType = $contentType; } /** * @return StreamInterface|resource */ public function getOutputStream() { return $this->outputStream; } /** * @param StreamInterface|resource $outputStream */ public function setOutputStream($outputStream): void { $this->outputStream = $outputStream; } /** * @return int */ public function getDeflateLevel(): int { return $this->deflateLevel; } /** * @param int $deflateLevel */ public function setDeflateLevel(int $deflateLevel): void { $this->deflateLevel = $deflateLevel; } }