Phly Documentation Phly
[ return to channel ] [ class tree: Phly ] [ index: Phly ] [ all elements ]

Interface: Phly_Config_Adapter_Interface

Source Location: /Phly_Config/Phly/Config/Adapter/Interface.php

Interface Phly_Config_Adapter_Interface

Interface Overview

Phly_Config_Adapter Interface

Storage adapters should utilize this interface. Naming convention is file extension:

  • Phly/Config/Adapter/Php.php
  • Phly/Config/Adapter/Ini.php
  • Phly/Config/Adapter/Xml.php

Located in /Phly_Config/Phly/Config/Adapter/Interface.php [line 41]



		
				Author(s):
		
		
		
Information Tags:
Version:  @release-version@
Copyright:  2006 - Present, Matthew Weier O'Phinney
[ Top ]
Method Summary
array   load()   Load a configuration array from $source. Should return an array.

[ Top ]
Methods
load  [line 51]

  array load( mixed $source  )

Load a configuration array from $source. Should return an array.

Parameters:
mixed   $source: 

API Tags:
Static:  
Access:  public


[ Top ]