00001 <?php 00024 interface Register extends FrameworkInterface { 00031 function instanceExists ($instanceKey); 00032 00040 function addInstance ($instanceKey, Registerable $objectInstance); 00041 00048 function getInstance ($instanceKey); 00049 } 00050 00051 // [EOF] 00052 ?>
1.5.6