- Timestamp:
- 10/05/08 02:02:16 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/ZendFramework_ext/library/Wads/Auth/Storage/Cookie.php
r18259 r20740 1 1 <?php 2 2 /** 3 * @see Zend_Auth_Storage_Interface 4 */ 3 5 require_once 'Zend/Auth/Storage/Interface.php'; 4 6 7 8 /** 9 * @copyright wads (wadslab@gmail.com) 10 * @license http://framework.zend.com/license/new-bsd New BSD License 11 */ 5 12 class Wads_Auth_Storage_Cookie implements Zend_Auth_Storage_Interface 6 13 { … … 235 242 return $this->_expire; 236 243 } 237 protected function getExpire() { 244 245 public function getExpire() { 238 246 return $this->getExpiryTime(); 239 247 } … … 252 260 } 253 261 254 protected function getExpire() {255 return $this->getExpiryTime();256 }257 258 262 public function setExpiryTerm($term = null) { 259 263 if(!is_numeric($term)) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)