phpDocumentor epesi-utils
Watchdog
[ class tree: epesi-utils ] [ index: epesi-utils ] [ all elements ]

Class: Utils_WatchdogCommon

Source Location: /modules/Utils/Watchdog/WatchdogCommon_0.php

Class Utils_WatchdogCommon

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ModuleCommon

ModuleCommon::Instance()
Singleton.

Inherited From ModulePrimitive

ModulePrimitive::__construct()
ModulePrimitive::check_access()
Checks access to function which name is passed as first parameter.
ModulePrimitive::create_data_dir()
Creates default data directory for module. Typical usage: in module installation
ModulePrimitive::get_data_dir()
Returns path to the default data directory for module calling this method.
ModulePrimitive::get_module_dir()
Returns path to the module directory.
ModulePrimitive::get_type()
Returns name(type) of module that called this function.
ModulePrimitive::get_type_with_bt()
ModulePrimitive::remove_data_dir()
Removes default data directory of a module. Typical usage: in module uninstallation

Inherited From ModuleAcl

ModuleAcl::acl_check()
ModuleAcl::add_aco()
ModuleAcl::del_aco()
ModuleAcl::get_type()

[ Top ]
Method Summary
static void   add_actionbar_change_subscription_button()  
static void   applet_caption()  
static void   applet_info()  
static void   applet_settings()  
static void   category_exists()  
static void   check_if_notified()  
static void   display_events()  
static void   get_category_id()  
static void   get_change_subscription_icon()  
static void   get_change_subscr_href()  
static void   get_confirm_change_subscr_href()  
static void   get_subscribers()  
static void   new_event()  
static void   notified()  
static void   purge_notifications()  
static void   register_category()  
static void   subscribe()  
static void   tray_notification()  
static void   unregister_category()  
static void   unsubscribe()  
static void   user_change_subscription()  
static void   user_check_if_notified()  
static void   user_get_change_subscr_href()  
static void   user_get_change_subscr_href_array()  
static void   user_get_confirm_change_subscr_href()  
static void   user_notified()  
static void   user_purge_notifications()  
static void   user_subscribe()  
static void   user_unsubscribe()  

[ Top ]
Methods
static method add_actionbar_change_subscription_button  [line 203]

  static void add_actionbar_change_subscription_button( $category_name, [ $id = null]  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method applet_caption  [line 14]

  static void applet_caption( )


API Tags:
Access:  public


[ Top ]
static method applet_info  [line 17]

  static void applet_info( )


API Tags:
Access:  public


[ Top ]
static method applet_settings  [line 20]

  static void applet_settings( )


API Tags:
Access:  public


[ Top ]
static method category_exists  [line 51]

  static void category_exists( $category_name  )

Parameters:
   $category_name: 

API Tags:
Access:  public


[ Top ]
static method check_if_notified  [line 194]

  static void check_if_notified( $category_name, $id  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method display_events  [line 217]

  static void display_events( $category_name, $changes, $id  )

Parameters:
   $category_name: 
   $changes: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_category_id  [line 40]

  static void get_category_id( $category_name, [ $report_error = true]  )

Parameters:
   $category_name: 
   $report_error: 

API Tags:
Access:  public


[ Top ]
static method get_change_subscription_icon  [line 225]

  static void get_change_subscription_icon( $category_name, $id  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_change_subscr_href  [line 197]

  static void get_change_subscr_href( $category_name, [ $id = null]  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_confirm_change_subscr_href  [line 200]

  static void get_confirm_change_subscr_href( $category_name, [ $id = null]  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_subscribers  [line 34]

  static void get_subscribers( $category_name, [ $id = null]  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method new_event  [line 82]

  static void new_event( $category_name, $id, $message  )

Parameters:
   $category_name: 
   $id: 
   $message: 

API Tags:
Access:  public


[ Top ]
static method notified  [line 185]

  static void notified( $category_name, $id  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method purge_notifications  [line 182]

  static void purge_notifications( $category_name  )

Parameters:
   $category_name: 

API Tags:
Access:  public


[ Top ]
static method register_category  [line 66]

  static void register_category( $category_name, $callback  )

Parameters:
   $category_name: 
   $callback: 

API Tags:
Access:  public


[ Top ]
static method subscribe  [line 188]

  static void subscribe( $category_name, $id  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method tray_notification  [line 245]

  static void tray_notification( )


API Tags:
Access:  public


[ Top ]
static method unregister_category  [line 73]

  static void unregister_category( $category_name  )

Parameters:
   $category_name: 

API Tags:
Access:  public


[ Top ]
static method unsubscribe  [line 191]

  static void unsubscribe( $category_name, [ $id = null]  )

Parameters:
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_change_subscription  [line 121]

  static void user_change_subscription( $user_id, $category_name, [ $id = null]  )

Parameters:
   $user_id: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_check_if_notified  [line 144]

  static void user_check_if_notified( $user_id, $category_name, $id  )

Parameters:
   $user_id: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_get_change_subscr_href  [line 162]

  static void user_get_change_subscr_href( $user, $category_name, [ $id = null]  )

Parameters:
   $user: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_get_change_subscr_href_array  [line 165]

  static void user_get_change_subscr_href_array( $user, $category_name, [ $id = null]  )

Parameters:
   $user: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_get_confirm_change_subscr_href  [line 159]

  static void user_get_confirm_change_subscr_href( $user, $category_name, [ $id = null]  )

Parameters:
   $user: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_notified  [line 102]

  static void user_notified( $user_id, $category_name, $id  )

Parameters:
   $user_id: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_purge_notifications  [line 96]

  static void user_purge_notifications( $user_id, $category_name  )

Parameters:
   $user_id: 
   $category_name: 

API Tags:
Access:  public


[ Top ]
static method user_subscribe  [line 111]

  static void user_subscribe( $user_id, $category_name, $id  )

Parameters:
   $user_id: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_unsubscribe  [line 137]

  static void user_unsubscribe( $user_id, $category_name, $id  )

Parameters:
   $user_id: 
   $category_name: 
   $id: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 26 Dec 2008 21:47:28 -0500 by phpDocumentor 1.4.2