Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Member Functions | List of all members
LoginAttempt Class Reference

Public Member Functions

 tableName ()
 rules ()
 init ()
 updateTimestamp ()

Static Public Member Functions

static model ($className=__CLASS__)

Detailed Description

Definition at line 6 of file LoginAttempt.php.

Member Function Documentation

static LoginAttempt::model (   $className = __CLASS__)
static

Returns the static model of the specified AR class.

Returns
CActiveRecord the static model class

Definition at line 13 of file LoginAttempt.php.

Referenced by BadLoginAttemptsFilter\preFilter().

{
return parent::model($className);
}
LoginAttempt::tableName ( )
Returns
string the associated database table name

Definition at line 21 of file LoginAttempt.php.

{
return '{{login_attempts}}';
}

The documentation for this class was generated from the following file: