Development

Changeset 1301

You must first sign up to be able to contribute.

Changeset 1301

Show
Ignore:
Timestamp:
05/03/06 09:16:16 (3 years ago)
Author:
fabien
Message:

added a new ->getLastRequestTime() method to user

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/user/sfBasicSecurityUser.class.php

    r1141 r1301  
    177177  } 
    178178 
     179  /** 
     180   * Returns the timestamp of the last user request. 
     181   * 
     182   * @param  integer 
     183   */ 
     184  public function getLastRequestTime() 
     185  { 
     186    return $this->lastRequest; 
     187  } 
     188 
    179189  public function initialize($context, $parameters = null) 
    180190  {