My favorites | Sign in
Project Logo
                
Changes to /trunk/Panda/Configurable/Interface.php
r122 vs. r124   Edit
  Compare: r122 vs. r124   Format:
Revision r124
Go to: 
Project members, sign in to write a code review
/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 }
Hosted by Google Code