phpDocumentor Web Commons
[ class tree: Web Commons ] [ index: Web Commons ] [ all elements ]

Interface: Config

Source Location: /config.php

Interface Config

Interface Overview

Provides an access to configuration sections and items.

Located in /config.php [line 14]



		
				Author(s):
		
Information Tags:
Since:  0.1

Methods

[ Top ]
Method Summary
mixed   getItem()   Returns a configuration $item from a $section
mixed[string]   getSection()   Returns an array containing values defined inside $section

[ Top ]
Methods
getItem  [line 32]

  mixed getItem( string $section, string $item  )

Returns a configuration $item from a $section

Parameters:
string   $section: 
string   $item: 

Information Tags:
Since:  0.1
Throws:  MisconfigurationException

[ Top ]
getSection  [line 22]

  mixed[string] getSection( string $section  )

Returns an array containing values defined inside $section

Parameters:
string   $section: 

Information Tags:
Since:  0.1
Throws:  MisconfigurationException

[ Top ]

Documentation generated on Fri, 16 Jul 2010 00:48:39 +0200 by phpDocumentor 1.4.3