Public Member Functions | |
isApplicationInstalled () | |
isApplicationInMaintenanceMode () | |
getEdition () | |
getLocale ($localeID=null) | |
getSession () | |
findModule ($moduleID) | |
getThemeManager () | |
getTheme () | |
setTheme ($value) | |
createAbsoluteUrl ($route, $params=array(), $schema= '', $ampersand= '&') | |
Data Fields | |
$label | |
Protected Member Functions | |
registerCoreComponents () | |
Protected Attributes | |
$installed | |
$edition | |
$maintenanceMode |
Override to handle zurmo specific requirements for the console application. Certain methods are expected to be available in the application that are added here. Additional the session component is defined as some code running the console application will require access to the session component even though it is not utilized in the console application.
Definition at line 43 of file ConsoleApplication.php.
getLocale | ( | $ | localeID = null |
) |
Returns the locale instance. This overrides the default CApplication->getLocale() function.
string | $localeID the locale ID (e.g. en_US). If null, the application language ID will be used. |
Definition at line 96 of file ConsoleApplication.php.
getSession | ( | ) |
Adding expected WebApplication method.
Definition at line 128 of file ConsoleApplication.php.
findModule | ( | $ | moduleID | ) |
Adding expected WebApplication method.
Definition at line 136 of file ConsoleApplication.php.
getThemeManager | ( | ) |
Definition at line 144 of file ConsoleApplication.php.
getTheme | ( | ) |
Definition at line 152 of file ConsoleApplication.php.
setTheme | ( | $ | value | ) |
string | $value the theme name |
Definition at line 164 of file ConsoleApplication.php.