Showing 5,014 of 7,620 total issues
File E02_1.php
has 299 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: lehmann
* Date: 27.06.2017
Service
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @param bool $doSimulation
* @param bool $withData
Service
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @param bool $doSimulation
Service
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @return false|ViewPerson[]
TblPerson
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblPerson extends Element
{
const ATTR_FIRST_NAME = 'FirstName';
const ATTR_LAST_NAME = 'LastName';
Function ModGrid
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.ModGrid = function(options)
{
var selfElement = this;
// Basic jQuery handler to prevent event propagation
var preventClick = function(e)
Method frontendSettingAllConsumers
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSettingAllConsumers($SettingId = null)
{
$stage = new Stage('Mandant' , 'Einstellungen');
$stage->addButton(new Standard('Zurück', '/Setting/Consumer/Setting', new ChevronLeft()));
if (($tblSetting = Consumer::useService()->getSettingById($SettingId))) {
Method frontendSearch
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSearch($Id = false)
{
$Stage = new Stage('Suche', 'nach Gruppe');
Method getAddressHead
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getAddressHead($AccountId)
{
$Slice = new Slice();
if($this->FieldValue['CompanyName'] === ' '){
$Slice->addElement((new Element())
Method createMedicalInsuranceClassListExcel
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createMedicalInsuranceClassListExcel($PersonList, $tblPersonList)
{
if (!empty($PersonList)) {
Method frontendIdentificationCredential
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendIdentificationCredential($CredentialName = null, $CredentialLock = null)
{
$View = new Stage(new Nameplate().' Anmelden', '', $this->getIdentificationEnvironment());
// Search for matching Account
Method frontendDashboard
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDashboard()
{
$Stage = new Stage('Dashboard', 'System');
Method frontendLectureshipEdit
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLectureshipEdit($Id = null, $Data = null, $Visible = false)
{
$Stage = new Stage('Lehrauftrag', 'Bearbeiten');
$tblIndiwareImportLectureship = ($Id !== null ? Import::useService()->getIndiwareImportLectureshipById($Id) : false);
if (!$tblIndiwareImportLectureship) {
Method getStudentGradeList
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getStudentGradeList($TaskId = false)
{
$tblTask = Evaluation::useService()->getTaskById($TaskId);
if (!$tblTask) {
Method frontendRelationshipCustody
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendRelationshipCustody()
{
$stage = new Stage('Einordnung der Sorgeberechtigten', 'nach S1, S2, S3');
$stage->addButton(new Standard('Zurück', '/People/Group', new ChevronLeft()));
Method frontendDestroyMinimumGradeCount
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDestroyMinimumGradeCount(
$Id = null,
$Confirm = false
) {
Method setSubjectRow
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setSubjectRow($array, $subjectName)
{
$course = '';
$grades = array();
Method frontendTeacherSelectDivision
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendTeacherSelectDivision($IsAllYears = false, $YearId = null)
{
$Stage = new Stage('Noteninformation', 'Klasse auswählen');
Method findDateTime
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function findDateTime($Value)
{
$PatternList = false;
$ResultList = array();
File CheHjInfoGs.php
has 298 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Education\Certificate\Generator\Repository\ESZC;
use SPHERE\Application\Api\Education\Certificate\Generator\Certificate;
use SPHERE\Application\Education\Certificate\Generator\Repository\Element;