메소드 |
설명 |
|
accessRules ( ) |
Setup access controls to prevent guests from changing their emaila ddress |
|
actionAcceptInvite ( string $id = NULL ) |
Enables users who have recieved an invitation to setup a new account |
|
actionActivation ( mixed $id = NULL ) |
Activates a new user's account |
|
actionEmailChange ( string $key = null ) |
Allows the user to securely change their email address |
|
actionError ( $code = NULL ) |
This is the action to handle external exceptions. |
|
actionForgot ( ) |
Handles resetting a users password should they forgot it |
|
actionLogin ( ) |
Provides functionality to log a user into the system |
|
actionLogout ( ) |
Provides functionality to log a user out |
|
actionRegister ( ) |
Handles the registration of new users on the site |
|
actionResetPassword ( string $id = NULL ) |
Alows a user to reset their password if they initiated a forgot password request |
|
actionSearch ( integer $id = 1 ) |
Provides basic searching functionality |
|
actionSitemap ( ) |
Provides basic sitemap functionality via XML |
|
beforeAction ( $action ) |
beforeAction method, performs operations before an action is presented |
|
filters ( ) |
|
|