コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Finds a user by the given credentials.
  *
  * @static 
  */
 public static function findUserByCredentials($credentials)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::findUserByCredentials($credentials);
 }