From 631da2d04adbe2838a757a85ded421c0ae88393f Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 18 Jan 2013 11:05:02 -0500 Subject: [PATCH] Update doc block. --- lib/Cake/Controller/Component/CookieComponent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Cake/Controller/Component/CookieComponent.php b/lib/Cake/Controller/Component/CookieComponent.php index 1d962bc2891..7e67543f035 100644 --- a/lib/Cake/Controller/Component/CookieComponent.php +++ b/lib/Cake/Controller/Component/CookieComponent.php @@ -208,7 +208,8 @@ public function startup(Controller $controller) { * @param string|array $key Key for the value * @param mixed $value Value * @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 * @link http://book.cakephp.org/2.0/en/core-libraries/components/cookie.html#CookieComponent::write */