phpDocumentor GloryLands
Extensions
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Class: GLIPC

Source Location: /engine/lib/extensions/glIPC.php

Class GLIPC

Class Overview

GloryLands Inter-Process Communication system This class provides methods that allows inter-process (Actually intra-session) communication mechanisms.

GloryLands Inter-Process Communication system This class provides methods that allows inter-process (Actually intra-session) communication mechanisms.

Located in /engine/lib/extensions/glIPC.php [line 44]



		
				Author(s):
		
Information Tags:
Version:  1.0

Methods

[ Top ]
Method Summary
static void   call()   Call an inter-process callback function
static void   get()   Get a global, inter-process available function
static void   register()   Register a function for an inter-process callback
static void   set()   Set a global, inter-process available function

[ Top ]
Methods
static method call  [line 70]

  static void call( $hook, $function  )

Call an inter-process callback function

Call an inter-process callback function

Parameters:
   $hook: 
   $function: 


[ Top ]
static method get  [line 49]

  static void get( $var, [ $group = 'general']  )

Get a global, inter-process available function

Get a global, inter-process available function

Parameters:
   $var: 
   $group: 


[ Top ]
static method register  [line 63]

  static void register( $hook, $function  )

Register a function for an inter-process callback

Register a function for an inter-process callback

Parameters:
   $hook: 
   $function: 


[ Top ]
static method set  [line 56]

  static void set( $var, $value, [ $group = 'general']  )

Set a global, inter-process available function

Set a global, inter-process available function

Parameters:
   $var: 
   $value: 
   $group: 


[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:49:03 +0300 by phpDocumentor 1.4.1