class_Register.php

Go to the documentation of this file.
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 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6