PHP Class app\models\LoginAttempt

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: ppy/osu-web Class Usage Examples

Public Properties

Property Type Description
$timestamps

Protected Properties

Property Type Description
$primaryKey
$table

Public Methods

Method Description
failedAttempt ( $ip, $user )
isLocked ( $ip )

Method Details

failedAttempt() public static method

public static failedAttempt ( $ip, $user )

isLocked() public static method

public static isLocked ( $ip )

Property Details

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table

$timestamps public property

public $timestamps