Skip to content

Instantly share code, notes, and snippets.

@jwhitcraft
Created February 20, 2011 16:29
Show Gist options
  • Save jwhitcraft/836080 to your computer and use it in GitHub Desktop.
Save jwhitcraft/836080 to your computer and use it in GitHub Desktop.
<?php
/**
* @params
* Order
* Label
* Class Path
* Class Name
* Class Method
*/
$hook_array['before_save'][] = Array(1, 'label1', 'custom/modules/Notes/customPortalLogic.php', 'NoteCustomPortal', 'sendUpdates');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment