Method |
Description |
|
__construct ( array $kga ) |
Prefill the configuration object with the given array. |
|
getAdminEmail ( ) : string |
Returns the administrators email address. |
|
getAuthenticator ( ) : string |
Returns the applications default authenticator. |
|
getBillable ( ) : array |
|
|
getCurrencyName ( ) : string |
|
|
getCurrencySign ( ) : string |
|
|
getDateFormat ( integer $id ) : string |
Set one of the date formats. |
|
getDefault ( $config ) : array | null | string |
Returns the default value for a given CONSTANT (see DEFAULT_*) |
|
getDefaultStatus ( ) : integer |
|
|
getDefaultVat ( ) : integer |
|
|
getEditLimit ( ) : integer |
|
|
getLanguage ( boolean $system = false ) : string | null |
Returns the current language. |
|
getLoginBanTime ( ) : integer |
|
|
getLoginTriesBeforeBan ( ) : integer |
|
|
getRevision ( ) : integer |
Returns the actual Kimai revision from the database. |
|
getRoundPrecisionRecorderTimes ( ) : integer |
|
|
getSettings ( ) : Kimai_Config_Settings |
Return user specific settings. |
|
getSkin ( ) : mixed | null |
Returns the applications default skin. |
|
getStatuses ( ) : array |
Returns an array of all available statuses. |
|
getTableTimeFormat ( ) : string |
|
|
getTimezone ( ) : string |
Returns the timezone of the Kimai installation, which could be user specific if configured. |
|
getVersion ( ) : string |
Returns the actual Kimai version from the database. |
|
isDisplayCurrencyFirst ( ) : boolean |
|
|
isEditLimit ( ) : boolean |
|
|
isRoundDownRecorderTimes ( ) : boolean |
|
|
isShowDaySeperatorLines ( ) : boolean |
|
|
isShowGabBreaks ( ) : boolean |
|
|
isShowRecordAgain ( ) : boolean |
|
|
isTrackingNumberEnabled ( ) : mixed | null |
Returns whether the tracking number field is editable. |
|
isUseExactSums ( ) : boolean |
|
|
setAuthenticator ( $authenticator ) |
Sets the authenticator. |
|
setBillable ( array $billable ) |
Sets the billable values as array. |
|
setLanguage ( $language ) |
Sets the system language. |
|
setSkin ( $skin ) |
Sets the skin. |
|
setStatuses ( array $statuses ) |
Sets all available statuses. |
|
setTimezone ( $timezone ) |
Sets the timezone. |
|
setTranslation ( Kimai_Translation_Data $data ) |
There is no "getTranslation()" as you should access them through Kimai_Registry |
|
setUser ( Kimai_User $user ) |
There is no "getUser()" as you should access them through Kimai_Registry |
|