CMS  Version 3.9
login_attempts.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Login Attempts"
 
 $attempt = new LoginAttempt()
 
$attempt filter = new InclusionFilter("date_received")
 
 $filterForm = new FilterForm($attempt)
 
 $constraint = $filterForm->getConstraint()
 
 $attempts = Query::create(LoginAttempt, "$constraint ORDER BY date_received")->execute()
 
 $table = new DataListView($attempts, "login_attempts")
 
$table pageSize = 20
 
$table sortable = true
 
$table emptyMessage = "There have been no login attempts for this time period"
 
$table excelFile = "login_attempts.xls"
 
 $script = $filterForm->writeScript()
 

Variable Documentation

◆ $attempt

$attempt = new LoginAttempt()

Definition at line 6 of file login_attempts.inc.

◆ $attempts

$attempts = Query::create(LoginAttempt, "$constraint ORDER BY date_received")->execute()

Definition at line 15 of file login_attempts.inc.

◆ $constraint

$constraint = $filterForm->getConstraint()

Definition at line 13 of file login_attempts.inc.

◆ $filterForm

$filterForm = new FilterForm($attempt)

Definition at line 10 of file login_attempts.inc.

◆ $menu_item

$menu_item = "Login Attempts"

Definition at line 4 of file login_attempts.inc.

◆ $script

$script = $filterForm->writeScript()

Definition at line 30 of file login_attempts.inc.

◆ $table

$table = new DataListView($attempts, "login_attempts")

Definition at line 17 of file login_attempts.inc.

◆ emptyMessage

$table emptyMessage = "There have been no login attempts for this time period"

Definition at line 27 of file login_attempts.inc.

◆ excelFile

$table excelFile = "login_attempts.xls"

Definition at line 28 of file login_attempts.inc.

◆ filter

$table filter = new InclusionFilter("date_received")

Definition at line 8 of file login_attempts.inc.

◆ pageSize

$table pageSize = 20

Definition at line 24 of file login_attempts.inc.

◆ sortable

$table sortable = true

Definition at line 25 of file login_attempts.inc.