get('ModelReflection'); try { $oQuery = $oModelReflection->GetQuery($oData); } catch (Exception $e) { throw new FormBlockIOException($e->getMessage(), $e->getCode(), $e); } return new ClassIOFormat($oQuery->GetClass()); } }