Showing 5,014 of 7,620 total issues
Method createSepaContent
has 151 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createSepaContent(TblBasket $tblBasket, $CheckboxList = array(), $FeeList = array())
{
$tblInvoiceList = Invoice::useService()->getInvoiceByBasket($tblBasket);
if(!$tblInvoiceList){
Method setCurrentTaskList
has 151 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setCurrentTaskList(
TblDivision $tblDivision,
TblSubject $tblSubject,
TblSubjectGroup $tblSubjectGroup = null,
TblTestType $tblTestType,
File FrontendStudentSubject.php
has 418 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 17.12.2018
File ApiRelationshipToPerson.php
has 417 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 04.01.2019
File Data.php
has 417 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Transfer\Indiware\Import\Service;
use SPHERE\Application\Education\Lesson\Division\Service\Entity\TblDivision;
Method getPdfForm
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getPdfForm(TblPerson $tblPerson, TblUserAccount $tblUserAccount, $IsParent = false)
{
// $tblStudentCompanyId = false;
$tblSchoolAll = School::useService()->getSchoolAll();
Certificate
has 44 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Certificate extends Extension
{
/** @var null|Frame $Certificate */
private $Certificate = null;
Method getESSSubjectLanes
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getESSSubjectLanes(
$personId,
$marginTop = '10px',
$isSlice = true,
$TextSize = self::TEXT_SIZE
Method frontendParentTeacherConferenceList
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendParentTeacherConferenceList($DivisionId = null)
{
$Stage = new Stage('ESZC Auswertung', 'Liste für Elternabende');
if (null !== $DivisionId) {
Method panelSubjectList
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function panelSubjectList(
$Identifier,
$Title,
$Label,
$SubjectList,
Method frontendHeadmasterTest
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendHeadmasterTest($IsAllYears = false, $YearId = null)
{
$Stage = new Stage('Leistungsüberprüfung', 'Auswahl');
$Stage->setMessage(
Method formStudentTransfer
has 150 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function formStudentTransfer()
{
return new Form(
new FormGroup(array(
Service
has 44 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @return false|ViewYear[]
Method frontendClassList
has 149 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendClassList($DivisionId = null)
{
$Stage = new Stage('Auswertung', 'Klassenliste');
if (null !== $DivisionId) {
Method frontendMedicList
has 149 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendMedicList($DivisionId = null)
{
$Stage = new Stage('ESZC Auswertung', 'Arztliste');
if (null !== $DivisionId) {
File Data.php
has 415 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Platform\Gatekeeper\Authorization\Access\Service;
use SPHERE\Application\Platform\Gatekeeper\Authorization\Access\Service\Entity\TblLevel;
use SPHERE\Application\Platform\Gatekeeper\Authorization\Access\Service\Entity\TblLevelPrivilege;
Method getContent
has 148 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getContent()
{
$sliceList = array();
$sliceList[] = (new Slice())
Method buildPage
has 148 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function buildPage(
TblPerson $tblPersonDebtor,
TblPerson $tblPersonCauser
) {
$Data = $this->Data;
Method frontendProfileList
has 148 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendProfileList($DivisionId = null)
{
$Stage = new Stage('EZSH Auswertung', 'Klassenliste Profile');
if (null !== $DivisionId) {
$Stage->addButton(new Standard('Zurück', '/Reporting/Custom/Herrnhut/Person/ProfileList', new ChevronLeft()));
Method frontendSignList
has 148 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSignList($DivisionId = null)
{
$Stage = new Stage('EZSH Auswertung', 'Unterschriften Liste');
if (null !== $DivisionId) {
$Stage->addButton(new Standard('Zurück', '/Reporting/Custom/Herrnhut/Person/SignList', new ChevronLeft()));