Exemple #1
0
 /**
  * Find a throttle record by user id and ip address
  *
  * @static 
  */
 public static function findThrottleByUserId($userId, $ipAddress = null)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::findThrottleByUserId($userId, $ipAddress);
 }