* @author Falko Menge */ interface ezcReflectionTypeFactory { /** * Creates a type object for given typeName * @param string|ReflectionClass $typeName * @return ezcReflectionType */ function getType( $typeName ); } ?>