Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axConfiguration.class.php
Go to the documentation of this file.
00001 <?php
00021 interface axConfiguration extends IteratorAggregate {
00022     
00030     public function __construct ($file, $section, $cache_dir = false);
00031     
00040     public function __get ($key);
00041 }
00042 
 All Data Structures Files Functions Variables