Skip to content

Commit

Permalink
Updated documentation of CHttpCookie.
Browse files Browse the repository at this point in the history
  • Loading branch information
suralc committed Apr 16, 2012
1 parent eb4478f commit 182e91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/web/CHttpCookie.php
Expand Up @@ -65,6 +65,7 @@ public function __construct($name,$value,$options=array())
} }
/** /**
* This method can be used to configure the CookieObject with an array * This method can be used to configure the CookieObject with an array
* Note: you cannot use this method to set the name and/or the value of the cookie
* @param array $options the configuration array consisting of name-value pairs * @param array $options the configuration array consisting of name-value pairs
* that are used to configure this cookie * that are used to configure this cookie
* @since 1.1.11 * @since 1.1.11
Expand Down

0 comments on commit 182e91c

Please sign in to comment.