$navbar_method_name $navbar_method_name : string Type string — Contains name of the AppController method used to get the navbar
$method_name $method_name : string Type string — Contains name of the AppController method used to get the content
setMethodName() setMethodName(string $action) : string Sets the method name used by the controller Parameters string $action The action url parameter sent via GET method Returns string — The method name
getForgotPassword() getForgotPassword() Gets POST data to send reset password email or find user's email address
getResetPassword() getResetPassword() Gets POST data, check if reset password token is still valid and reset user's password if so
getManageUpdateInfo() getManageUpdateInfo(array $get_params) Manages the update info alert Parameters array $get_params HTTP GET parameters