| Changes to /branches/incubator/trunk/Panda/Configurable/Interface.php |
r0 vs. r122
Edit
|
r122
|
| /branches/incubator/trunk/Panda/Configurable/Interface.php r0 | /branches/incubator/trunk/Panda/Configurable/Interface.php r122 | ||
| 1 | <?php | ||
|---|---|---|---|
| 2 | |||
| 3 | /** | ||
| 4 | * An interface for configurable objects | ||
| 5 | * | ||
| 6 | * @package Panda_Loader | ||
| 7 | * @author Michael Girouard (mikeg@lovemikeg.com) | ||
| 8 | * @license The New BSD License (http://pandaphp.org/license.html) | ||
| 9 | */ | ||
| 10 | interface Panda_Configurable_Interface | ||
| 11 | { | ||
| 12 | public function configure(array $configuration = array()); | ||
| 13 | } | ||