Showing 5,014 of 7,620 total issues
Method showClassList
has 97 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function showClassList(Stage $Stage, $DivisionId, $showDownLoadButton = true)
{
$tblDivision = Division::useService()->getDivisionById($DivisionId);
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
Method getBasketTable
has 97 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getBasketTable($IsArchive = false)
{
// kommt manchmal als string
if($IsArchive == 'false' || $IsArchive === false){
File Frontend.php
has 327 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Education\Certificate\Setting;
use SPHERE\Application\Education\Certificate\Generator\Generator;
use SPHERE\Application\Education\Certificate\Generator\Service\Entity\TblCertificate;
Method setGradeLayoutHeaderForSekII
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function setGradeLayoutHeaderForSekII(
&$subjectPosition = array(),
$countSubjectColumns = 23,
$widthFirstColumns = 6,
$widthLastColumns = 5,
Method createLanguageListExcel
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createLanguageListExcel($PersonList, $tblPersonList)
{
if (!empty( $PersonList )) {
Method setKamenzReportGsContent
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function setKamenzReportGsContent(
$Content
) {
$tblCurrentYearList = false;
Service
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/** @var array $AuthorizationRequest */
private static $AuthorizationRequest = array();
Frontend
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Frontend extends Extension implements IFrontendInterface
{
/**
* @return Stage
Service
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @param bool $doSimulation
File SchoolContract.php
has 325 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Document\Custom\Zwickau\Repository;
use SPHERE\Application\Api\Document\AbstractDocument;
use SPHERE\Application\Document\Generator\Repository\Document;
Method getDestroyDetailList
has 95 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getDestroyDetailList(TblPerson $tblPerson)
{
$list[] = new Bold('Person: ' . $tblPerson->getLastFirstName());
// Group
File ApiRelationshipToCompany.php
has 324 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 10.01.2019
File Data.php
has 324 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Billing\Bookkeeping\Invoice\Service;
use SPHERE\Application\Billing\Accounting\Creditor\Service\Entity\TblCreditor;
Method frontendSettings
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSettings($Data = null)
{
$stage = new Stage('Mandant' , 'Einstellungen');
if (($tblAccount = Account::useService()->getAccountBySession())
Method frontendCustodyShow
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendCustodyShow()
{
$Stage = new Stage('Sorgeberechtigten-Accounts', 'Übersicht');
$Stage->addButton(new Standard('Zurück', '/Setting/User', new ChevronLeft()));
Method frontendPhoneList
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendPhoneList($GroupId = null)
{
$Stage = new Stage('Individuelle Auswertung', 'Telefonliste');
if (null !== $GroupId) {
Method frontendGroupList
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendGroupList($GroupId = null)
{
$Stage = new Stage('Auswertung', 'Institutionengruppenlisten');
$tblGroupAll = Group::useService()->getGroupAll();
Method frontendHeadmasterTaskGrades
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendHeadmasterTaskGrades($Id = null, $DivisionId = null)
{
$Stage = new Stage('Notenauftrag', 'Zensurenübersicht');
$tblTask = false;
Method setKamenzReportOsContent
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function setKamenzReportOsContent(
$Content
) {
$tblCurrentYearList = false;
File ApiSystemTest.php
has 323 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Platform\Test;
use SPHERE\Application\Api\ApiTrait;