My favorites
|
Sign in
panda-php
A lightweight component library for high-quality PHP 5 development.
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r122
Source path:
svn
/
branches
/
incubator
/
trunk
/
Panda
/
Configurable
/
Interface.php
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
r122
by mgirouard on Aug 03, 2008
Diff
Created.
Go to:
...cubator/trunk/Panda/Configurable
...Panda/Configurable/Interface.php
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 306 bytes, 13 lines
View raw file
Hosted by