Guest User

Untitled

a guest
Mar 28th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. /**
  2.  * Class-based module
  3.  */
  4. class org_example_module {
  5.     /**
  6.      * Implementation of hook_civicrm_xmlMenu
  7.      */
  8.     static function civicrm_xmlMenu(&$files) {
  9.         $files[] = "myfile.xml";
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment