예제 #1
0
파일: CookieBuilder.php 프로젝트: weew/http
 /**
  * @param $string
  * @param ICookie $cookie
  */
 private function writePath(&$string, ICookie $cookie)
 {
     $string .= s(' path=%s;', $cookie->getPath());
 }