00001 <?php 00028 interface Config { 00029 00037 public function get( $name ); 00038 00046 public function has( $name ); 00047 }