Showing 5,014 of 7,620 total issues
Method getContent
has 101 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getContent()
{
$sliceList = array();
$sliceList[] = (new Slice())
Method createPhoneList
has 101 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createPhoneList(TblGroup $tblGroup)
{
$TableContent = array();
Method createClassListExcel
has 101 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassListExcel($PersonList, $tblPersonList)
{
if (!empty($PersonList)) {
Method frontendLayoutPersonNew
has 101 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLayoutPersonNew(TblPerson $tblPerson, $Group = null)
{
$tblRelationshipAll = Relationship::useService()->getPersonRelationshipAllByPerson($tblPerson);
Method frontendDashboard
has 101 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDashboard()
{
$Stage = new Stage('Fächer', 'Dashboard');
Method frontendLayoutPersonNew
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLayoutPersonNew(TblPerson $tblPerson)
{
$mailList = array();
if (($tblMailList = Mail::useService()->getMailAllByPerson($tblPerson))){
Method buildPages
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method buildPage
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPage()
{
return (new Page())
->addSlice((new Slice())
->addSection((new Section())
Method createClassList
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
$TableContent = array();
Method formFilterStudent
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function formFilterStudent(TblSerialLetter $tblSerialLetter = null)
{
$GroupList = array();
$tblGroup = Group::useService()->getGroupByMetaTable('STUDENT');
Method frontendListObjectElementEdit
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendListObjectElementEdit(
$ObjectId = null,
$ListId = null,
$ObjectTypeId = null,
$Data = null,
Service
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @param bool $doSimulation
Method runConvert
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function runConvert($Row)
{
$Result = array();
foreach ($Row as $Part) {
Setup
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Setup extends AbstractSetup
{
/**
* @param bool $Simulate
Method copySubjectGradesByPerson
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function copySubjectGradesByPerson(TblPrepareCertificate $tblPrepare, TblPerson $tblPerson, $isDiploma = false)
{
$Manager = $this->getConnection()->getEntityManager();
Method frontendDiplomaSelectDivision
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDiplomaSelectDivision($IsAllYears = false, $IsGroup = false, $YearId = null)
{
$Stage = new Stage('Zeugnisvorbereitung', 'Klasse auswählen');
$this->setHeaderButtonList($Stage, View::DIPLOMA);
Data
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Data extends AbstractData
{
public function setupDatabaseContent()
{
Method copyDivision
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public
function copyDivision(
IFormInterface $Form,
TblDivision $tblDivision,
$Level,
Method outerJoin
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function outerJoin($List, $ProbeList = array(), $SearchList = array())
{
$Result = array();
/** @var AbstractView $Node0 */
foreach ($List[0] as $Node0) {
File ImportGateway.php
has 332 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Import Fakturierung. Reihenfolge der Felder aus der xlsx-Datei *.xlsx
* wird Dynamisch ausgelesen (Erfolgt in Control)
*/