Showing 5,014 of 7,620 total issues
Method getStudentFilterResultList
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getStudentFilterResultList(
$FilterGroup = null,
$FilterStudent = null,
// $FilterPerson = null,
$FilterYear = null,
Method frontendSponsorAssociationDestroy
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSponsorAssociationDestroy($Id, $Confirm = false)
{
$Stage = new Stage('Förderverein', 'Löschen');
if ($Id) {
Method frontendLayoutCompanyNew
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLayoutCompanyNew(TblCompany $tblCompany)
{
if (($tblPhoneList = Phone::useService()->getPhoneAllByCompany($tblCompany))){
$LayoutRowList = array();
Method getBehaviorRadioBox
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getBehaviorRadioBox($RadioBoxName)
{
$RadioBoxList = array();
foreach($this->reducedSelectBoxList as &$reducedSelectBox){
File Billing.php
has 280 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 13.03.2019
Method createClassList
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
Method frontendSchoolFeeList
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSchoolFeeList()
{
$Stage = new Stage('ESZC Auswertung', 'Schulgeldliste');
Method __construct
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($File, TblYear $tblYear, LectureshipControl $Control)
{
$this->loadFile($File);
$this->Year = $tblYear;
Method frontendStatus
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendStatus()
{
$Stage = new Stage('Database', 'Status');
$this->menuButton($Stage);
Method formatFilterListMessages
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function formatFilterListMessages($list, $contentTable, &$count, $countMessages)
{
$hasEditButton = true;
$tblStudentGroup = Group::useService()->getGroupByMetaTable('STUDENT');
File ApiContactAddress.php
has 279 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Contact;
use SPHERE\Application\Api\ApiTrait;
File EssGsJTwo.php
has 279 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Education\Certificate\Generator\Repository\ESS;
use SPHERE\Application\Api\Education\Certificate\Generator\Certificate;
Method frontendDestroyAccount
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDestroyAccount($Id, $Confirm = false)
{
$Stage = new Stage('Benutzerkonto', 'Löschen');
if ($Id) {
Method frontendResponsibilityDestroy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendResponsibilityDestroy($Id, $Confirm = false)
{
$Stage = new Stage('Schulträger', 'Löschen');
if ($Id) {
Method getGradeLanesCoswig
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getGradeLanesCoswig(
$personId,
$TextSize = '14px',
$IsGradeUnderlined = false,
$MarginTop = '15px'
Method buildPages
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method setDivisionRow
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function setDivisionRow(
&$sliceList,
$identifier,
$name
) {
Method frontendStaffList
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendStaffList()
{
$Stage = new Stage();
$Stage->setTitle('Auswertung');
Method createLanguageList
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createLanguageList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
Method createBirthdayClassList
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createBirthdayClassList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);