Method | Description | |
---|---|---|
deleted ( ) | Display 'content deleted' page. | |
error ( ) | Display error page. | |
fileNotFound ( ) | A standard 404 File Not Found error message is delivered when this action is encountered. | |
index ( ) | Display dashboard welcome message. | |
initialize ( ) | JS & CSS includes for all methods in this controller. | |
leaving ( string $target = '' ) | ||
privacyPolicy ( ) | Display privacy info page. | |
termsOfService ( ) | Display TOS page. | |
unauthorized ( ) | Display 'no permission' page. | |
updateMode ( ) | Display 'site down for maintenance' page. |
Method | Description | |
---|---|---|
sanitize ( string $string ) : string | Sanitize a string according to the filter specified _Filter in the data array. | |
sanitizeData ( ) | Sanitize the main exception fields in the data array according to the _Filter key. |
Method | Description | |
---|---|---|
clearNavigationPreferences ( ) | Clears the request uri from the user's navigation preferences. This stops the user from getting locked out of the dashboard if they saved a preference for a page that no longer exists or that they no longer have permission to view. |
public fileNotFound ( ) |
public initialize ( ) |
protected sanitizeData ( ) |