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

Class: GLConfigFile

Source Location: /engine/lib/common/glconfig.php

Class GLConfigFile

Class Overview

Configuration file access

Configuration file access This class provides read/write access to the database access

Located in /engine/lib/common/glconfig.php [line 99]



		
				Author(s):
		
Information Tags:
Version:  1.0

Properties

Methods

[ Top ]
Property Summary
array   $data   The data structure extracted from the config file

[ Top ]
Method Summary
GLConfigFile   __construct()  
void   __destruct()  
void   load()  
void   save()  
void   __get()  
void   __isset()  
void   __set()  
void   __unset()  

[ Top ]
Properties
array   $data [line 111]

The data structure extracted from the config file

The data structure extracted from the config file

API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 119]

  GLConfigFile __construct( $file  )

Parameters:
   $file: 

API Tags:
Access:  public


[ Top ]
Destructor __destruct  [line 146]

  void __destruct( )


API Tags:
Access:  public


[ Top ]
load  [line 132]

  void load( )


API Tags:
Access:  public


[ Top ]
save  [line 126]

  void save( )


API Tags:
Access:  public


[ Top ]
__get  [line 150]

  void __get( $var  )

Parameters:
   $var: 

API Tags:
Access:  public


[ Top ]
__isset  [line 163]

  void __isset( $var  )

Parameters:
   $var: 

API Tags:
Access:  public


[ Top ]
__set  [line 158]

  void __set( $var, $value  )

Parameters:
   $var: 
   $value: 

API Tags:
Access:  public


[ Top ]
__unset  [line 167]

  void __unset( $var  )

Parameters:
   $var: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:48:58 +0300 by phpDocumentor 1.4.1