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