GetService('ModelReflection'); if (!$oModelReflection->IsValidClass($sSelectedClass)) { throw new FormBlockIOException('Class '.json_encode($sSelectedClass).' not found'); } return new ClassIOFormat($aMatches[1]); } else { throw new FormBlockIOException('Incorrect OQL sentence '.json_encode($oData)); } } }