Differential D23 Diff 62 /home/gleb/workspace/intechnic.com/in-portal-5.2.x/modules/in-commerce/units/sections/sections_config.php
Changeset View
Changeset View
Standalone View
Standalone View
/home/gleb/workspace/intechnic.com/in-portal-5.2.x/modules/in-commerce/units/sections/sections_config.php
| Show All 15 Lines | |||||
| $config = Array ( | $config = Array ( | ||||
| 'Prefix' => 'in-commerce-sections', | 'Prefix' => 'in-commerce-sections', | ||||
| 'EventHandlerClass' => Array ('class' => 'InCommerceEventHandler', 'file' => 'section_eh.php', 'build_event' => 'OnBuild'), // for OnAfterConfigRead event | 'EventHandlerClass' => Array ('class' => 'InCommerceEventHandler', 'file' => 'section_eh.php', 'build_event' => 'OnBuild'), // for OnAfterConfigRead event | ||||
| 'TagProcessorClass' => Array ('class' => 'kTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), // for tree drawing | 'TagProcessorClass' => Array ('class' => 'kTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), // for tree drawing | ||||
| 'Hooks' => Array ( | 'Hooks' => Array ( | ||||
| Array ( | Array ( | ||||
| 'Mode' => hAFTER, | 'Mode' => hBEFORE, | ||||
| 'Conditional' => false, | 'Conditional' => false, | ||||
| 'HookToPrefix' => 'site-domain', | 'HookToPrefix' => 'site-domain', | ||||
| 'HookToSpecial' => '*', | 'HookToSpecial' => '*', | ||||
| 'HookToEvent' => Array ('OnAfterConfigRead'), | 'HookToEvent' => Array ('OnAfterConfigRead'), | ||||
| 'DoPrefix' => '', | 'DoPrefix' => '', | ||||
| 'DoSpecial' => '*', | 'DoSpecial' => '*', | ||||
| 'DoEvent' => 'OnModifySiteDomainConfig', | 'DoEvent' => 'OnModifySiteDomainConfig', | ||||
| ), | ), | ||||
| ), | ), | ||||
| ); | ); | ||||