00001 <?php 00002 00010 interface Panda_Configurable_Interface 00011 { 00012 public function configure(array $configuration = array()); 00013 }