|
iTx Technologies offre gratuitement
|
||
[Vue de la source] [Imprimer] [Statistique du projet]
(aucune description)
| Taille du fichier: | 154 lignes (5 kb) |
| Inclus ou requis: | 2 fois |
| Réferencé: | 0 fois |
| Inclus ou requis: | 0 fichiers |
LogicHook:: (5 methods):
LogicHook()
initialize()
setBean()
call_custom_logic()
process_hooks()
| LogicHook() X-Ref |
| Aucune description |
| initialize() X-Ref |
| Static Function which returns and instance of LogicHook return: unknown |
| setBean(&$bean) X-Ref |
| Aucune description |
| call_custom_logic($module_dir, $event, $arguments = null) X-Ref |
| Provide a means for developers to create upgrade safe business logic hooks. If the bean is null, then we assume this call was not made from a SugarBean Object and therefore we do not pass it to the method call. param: string $module_dir param: string $event param: array $arguments param: SugarBean $bean |
| process_hooks($hook_array, $event, $arguments) X-Ref |
| This is called from call_custom_logic and actually performs the action as defined in the logic hook. If the bean is null, then we assume this call was not made from a SugarBean Object and therefore we do not pass it to the method call. param: array $hook_array param: string $event param: array $arguments param: SugarBean $bean |
|
|
|
|