gyro/core/lib/interfaces/iclassinstantiater.cls.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Class instantiater: creates class instances following some rules 00004 * 00005 * @author Gerd Riesselmann 00006 * @ingroup Interfaces 00007 */ 00008 00009 interface IClassInstantiater { 00010 public function get_all(); 00011 } 00012 ?>