Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function plugin_projet_prefPDF($type) {
  2.  
  3. global $LANG;
  4. switch ($type) {
  5. case "PluginProjetProjet":
  6. return array("Option bar1", "Option bar2");
  7. }
  8. return false;
  9. }
  10. /**
  11. * Hook to generate a PDF for foo type
  12. *
  13. * @param $type of item
  14. * @param $tab_id array of ID
  15. * @param $tab of option to be printed
  16. * @param $page boolean true for landscape
  17. */
  18. function plugin_projet_generatePDF($options) {
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement