|
| attach ($owner) |
|
| handleSentryLogs () |
|
| handleApplicationCache ($event) |
|
| handleImports ($event) |
|
| handleInstanceFolderCheck ($event) |
|
| handleInstallCheck ($event) |
|
| handleUserTimeZoneConfirmed ($event) |
|
| handleBeginRequest ($event) |
|
| handleInitApiRequest ($event) |
|
| handleBeginApiRequest ($event) |
|
| handleLibraryCompatibilityCheck ($event) |
|
| handleClearCache ($event) |
|
| handleStartPerformanceClock ($event) |
|
| handleSetupDatabaseConnection ($event) |
|
| handleLoadLanguage ($event) |
|
| handleLoadTimeZone ($event) |
|
| handleCheckAndUpdateCurrencyRates ($event) |
|
| handleResolveCustomData ($event) |
|
| handleLoadActivitiesObserver ($event) |
|
| handleLoadConversationsObserver ($event) |
|
| handleLoadEmailMessagesObserver ($event) |
|
| handleLoadWorkflowsObserver ($event) |
|
| handleLoadReadPermissionSubscriptionObserver ($event) |
|
| handleLoadContactLatestActivityDateTimeObserver ($event) |
|
| handleLoadAccountLatestActivityDateTimeObserver ($event) |
|
| handleLoadAccountContactAffiliationObserver ($event) |
|
| handleLoadGamification ($event) |
|
| handleDisableGamification ($event) |
|
| handlePublishLogoAssets ($event) |
|
|
| resolveIsApiRequest () |
|
| attachApiRequestBehaviors (CComponent $owner) |
|
| resolveBeginApiRequest (CComponent $owner) |
|
| attachApiRequestBehaviorsForInstalledApplication (CComponent $owner) |
|
| attachNonApiRequestBehaviors (CComponent $owner) |
|
| attachNonApiRequestBehaviorsForNonInstalledApplication (CComponent $owner) |
|
| attachNonApiRequestBehaviorsForInstalledApplication (CComponent $owner) |
|
|
static | $allowedGuestUserRoutes |
|
Definition at line 37 of file BeginRequestBehavior.php.
attachNonApiRequestBehaviorsForInstalledApplication |
( |
CComponent |
$owner | ) |
|
|
protected |
handleApplicationCache |
( |
|
$event | ) |
|
Load memcache extension if memcache extension is loaded and if memcache server is avalable
- Parameters
-
Definition at line 175 of file BeginRequestBehavior.php.
handleInstanceFolderCheck |
( |
|
$event | ) |
|
This check is required during installation since if runtime, assets and data folders are missing yii web application can not be started correctly.
- Parameters
-
Definition at line 255 of file BeginRequestBehavior.php.
handleUserTimeZoneConfirmed |
( |
|
$event | ) |
|
handleClearCache |
( |
|
$event | ) |
|
In the case where you have reloaded the database, some cached items might still exist. This is a way to clear that cache. Helpful during development and testing.
Definition at line 449 of file BeginRequestBehavior.php.
static getAllowedGuestUserRoutes |
( |
| ) |
|
|
staticprotected |
Initial value:= array(
'zurmo/default/unsupportedBrowser',
'zurmo/default/login',
'tracking/default/track',
'marketingLists/external/',
'contacts/external/',
'zurmo/imageModel/getImage/',
'zurmo/imageModel/getThumb/',
'min/serve',
'sendGrid/external/writeLog')
Definition at line 39 of file BeginRequestBehavior.php.
The documentation for this class was generated from the following file: