My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
* An interface for configurable objects
*
* @package Panda_Loader
* @author Michael Girouard (mikeg@lovemikeg.com)
* @license The New BSD License (http://pandaphp.org/license.html)
*/
interface Panda_Configurable_Interface
{
public function configure(array $configuration = array());
}
Show details Hide details

Change log

r124 by mgirouard on Aug 03, 2008   Diff
Copied from incubator.
Go to: 
Project members, sign in to write a code review

Older revisions

r122 by mgirouard on Aug 03, 2008   Diff
Created.
All revisions of this file

File info

Size: 306 bytes, 13 lines
Hosted by Google Code