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