Update doc block.

This commit is contained in:
mark_story 2013-01-18 11:05:02 -05:00
parent 76fe9f8787
commit 631da2d04a

View file

@ -208,7 +208,8 @@ class CookieComponent extends Component {
* @param string|array $key Key for the value * @param string|array $key Key for the value
* @param mixed $value Value * @param mixed $value Value
* @param boolean $encrypt Set to true to encrypt value, false otherwise * @param boolean $encrypt Set to true to encrypt value, false otherwise
* @param integer|string $expires Can be either Unix timestamp, or date string * @param integer|string $expires Can be either the number of seconds until a cookie
* expires, or a strtotime compatible time offset.
* @return void * @return void
* @link http://book.cakephp.org/2.0/en/core-libraries/components/cookie.html#CookieComponent::write * @link http://book.cakephp.org/2.0/en/core-libraries/components/cookie.html#CookieComponent::write
*/ */