User management for the world wide web

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

Plugin.php

00001 <?php
00021 class GenieGate_Api_Plugin {
00022 
00028   function preCheck(&$ua,&$fields,&$errors){ }
00029 
00041   function preConfirm(&$ua,&$fields,$conf_id,&$errors){ }
00042 
00053   function setupUser(&$ua,&$fields,$confirm_id){ }
00054 
00062   function removeUser(&$ua,$uid,&$fields) { }
00063 
00074   function groupNameChange(&$gm,$gid,$name,$sign_ok,$is_new) { }
00075 
00084   function groupNameDelete(&$gm,$gid,&$info) { }
00085 
00094   function userInfoChanged(&$um,$uid,&$old_values,&$new_values) { }
00095 
00104   function userGroupsChanged(&$gm,$uid,&$oldg,&$newg){ }
00105 
00106 
00114   function propertyCreated(&$prop, &$section, &$property, &$description) { }
00115 
00116 
00128   function propertyChanged(&$prop, $uid, &$section, &$property, &$old_value, &$new_value) { }
00129 
00140   function propertyRemoved(&$prop,$uid,$section,$property,$old_value) { }
00141 
00152   function propertyUndefine(&$prop,$section,$property) { }
00153 
00164   function dispatchStart(&$controller,$trigger,$method) { }
00165 
00176   function dispatchEnd(&$controller,$method,&$view) { }
00177   
00178 
00179 }
00180 
00181 
00182 ?>

DoxyGen Documentation generated by DoxyGen