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