tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Class: Web_Site_Config_Loader

Source Location: /web_site/web_site_config_loader.class.php

Class Web_Site_Config_Loader

Class Overview

Abstract base for all web site config loaders

Located in /web_site/web_site_config_loader.class.php [line 26]

Tangra_Class
   |
   --Web_Site_Config_Loader
Author(s):
API Tags:
Abstract:  

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Tangra_Class

Tangra_Class::get_class_name()
Alias of get_class(). Exist because of historical reasons.
Tangra_Class::__set()
Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.

[ Top ]
Method Summary
void   load_site_config()   Loads configuration

[ Top ]
Methods
load_site_config  [line 33]

  void load_site_config( Web_Site_Config $WSC, array $params  )

Loads configuration

Parameters:
Web_Site_Config   $WSC: 
array   $params: 

API Tags:
Abstract:  
Access:  public


[ Top ]