setFlashNotice() setFlashNotice(string $message) Set flash notice message Parameters string $message Message text for flash
setFlashError() setFlashError(string $message) Set flash error message Parameters string $message Message text for flash
logWrite() logWrite(string $string, string $type) wrapper for calls to MOD_log::get->write() Parameters string $string string $type
getVersionInfo() getVersionInfo() : string returns the revision number saved in revision.txt Returns string
cleanVars() cleanVars(array $post_vars) : array trims all values posted back to controller Parameters array $post_vars Returns array
redirectToLogin() redirectToLogin(string $url_part) redirects to a login screen, returning the user to where it was afterwards Parameters string $url_part relative url
setFlash() setFlash(string $message, string $type) Set flash message Parameters string $message Message text for flash string $type Type of flash, i.e. "error" or "notice"