Showing 5,014 of 7,620 total issues
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateGradeAll($tblCertificate)) {
$this->setCertificateGradeAllStandard($tblCertificate);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateSubjectAll($tblCertificate)) {
$this->setCertificateSubject($tblCertificate, 'D', 1, 1);
$this->setCertificateSubject($tblCertificate, 'SU', 1, 2);
$this->setCertificateSubject($tblCertificate, 'MA', 2, 1);
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateGradeAll($tblCertificate)) {
$this->setCertificateGradeAllStandard($tblCertificate);
}
Avoid deeply nested control flow statements. Open
Open
if ($tblSchoolTypeSecondary) {
$this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear,
$tblSchoolTypeSecondary);
if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeSecondary, '9'))) {
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
$this->createCertificateField($tblCertificate, $FieldName, 3700);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeGym, '5'))) {
$this->createCertificateLevel($tblCertificate, $tblLevel);
}
if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeGym, '6'))) {
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
$this->createCertificateField($tblCertificate, $FieldName, 1000);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
$this->createCertificateField($tblCertificate, $FieldName, 600);
}
Avoid deeply nested control flow statements. Open
Open
if ($tblSchoolTypePrimary) {
$this->updateCertificate($tblCertificate, $tblCertificateTypeYear, $tblSchoolTypePrimary);
if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypePrimary, '2'))) {
$this->createCertificateLevel($tblCertificate, $tblLevel);
Avoid deeply nested control flow statements. Open
Open
if ($tblSubjectStudentList) {
foreach ($tblSubjectStudentList as $tblSubjectStudent) {
if (($tblPersonItem = $tblSubjectStudent->getServiceTblPerson())) {
$personInAnotherGroupList[$tblPersonItem->getId()] = $tblPersonItem;
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)){
$this->createCertificateField($tblCertificate, $FieldName, 1200);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)){
$this->createCertificateField($tblCertificate, $FieldName, 800);
}
Avoid deeply nested control flow statements. Open
Open
if ($tblSchoolTypePrimary) {
$this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear, $tblSchoolTypePrimary
, null, true);
}
Avoid deeply nested control flow statements. Open
Open
if ($tblSchoolTypePrimary) {
$this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear,
$tblSchoolTypePrimary,
null, true);
if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateGradeAll($tblCertificate)) {
$this->setCertificateGradeAllStandard($tblCertificate);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
$this->createCertificateField($tblCertificate, $FieldName, 1000);
}
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateSubjectAll($tblCertificate)) {
$this->setCertificateSubject($tblCertificate, 'DE', 1, 1);
$this->setCertificateSubject($tblCertificate, 'EN', 1, 2);
$this->setCertificateSubject($tblCertificate, 'KU', 1, 3);
$this->setCertificateSubject($tblCertificate, 'MU', 1, 4);
Avoid deeply nested control flow statements. Open
Open
switch ($Gender) {
case 'Männlich':
$Gender = 'M';
break;
case 'Weiblich':
Avoid deeply nested control flow statements. Open
Open
if ($tblSchoolTypePrimary) {
$this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear, $tblSchoolTypePrimary, null, true);
if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypePrimary, '2'))) {
$this->createCertificateLevel($tblCertificate, $tblLevel);
Avoid deeply nested control flow statements. Open
Open
if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
$this->createCertificateField($tblCertificate, $FieldName, 200);
}