コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Find a throttle record by login and ip address
  *
  * @static 
  */
 public static function findThrottleByLogin($loginName, $ipAddress)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::findThrottleByLogin($loginName, $ipAddress);
 }