Showing 5,014 of 7,620 total issues
Method getPersonMessageTable
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getPersonMessageTable(TblPerson $tblPerson)
{
if (($tblStudent = $tblPerson->getStudent())
&& ($tblDivisionList = $tblStudent->getCurrentDivisionList())
) {
File Zwickau.php
has 315 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Document\Custom\Zwickau;
use MOC\V\Core\FileSystem\FileSystem;
use SPHERE\Application\Contact\Address\Address;
File Frontend.php
has 314 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Reporting\Individual;
use SPHERE\Application\Api\Reporting\Individual\ApiIndividual;
Method frontendStudentAdd
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendStudentAdd($Person = null, $Year = null, $Division = null)
{
$Stage = new Stage('Schüler-Accounts', 'Erstellen');
Method frontendDestroyAccount
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDestroyAccount($AccountType, $Confirm = false)
{
$Stage = new Stage('Benutzeraccounts', 'Löschen');
Method createCompaniesFromFile
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCompaniesFromFile(
IFormInterface $Form = null,
UploadedFile $File = null
) {
Method createCompaniesFromFile
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCompaniesFromFile(
IFormInterface $Form = null,
UploadedFile $File = null
) {
Method createCompaniesFromFile
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCompaniesFromFile(
IFormInterface $Form = null,
UploadedFile $File = null
) {
Method createCompaniesFromFile
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCompaniesFromFile(
IFormInterface $Form = null,
UploadedFile $File = null
) {
Method createCompaniesFromFile
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCompaniesFromFile(
IFormInterface $Form = null,
UploadedFile $File = null
) {
Method frontendSubjectStudentAdd
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSubjectStudentAdd(
$Id = null,
$DivisionSubjectId = null,
$Data = null
) {
ApiAddressToPerson
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiAddressToPerson extends Extension implements IApiInterface
{
use ApiTrait;
ApiBasketVerification
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiBasketVerification extends Extension implements IApiInterface
{
// registered method
use ApiTrait;
Data
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Data extends Support
{
/**
* @return false|ViewStudent[]
TblTest
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblTest extends Element
{
const ATTR_DATE = 'Date';
const ATTR_CORRECTION_DATE = 'CorrectionDate';
File Kreda.php
has 312 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Common\Documentation\Content;
use MOC\V\Core\FileSystem\FileSystem;
use SPHERE\Common\Documentation\Designer;
Method getOwnSignPart
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getOwnSignPart($personId, $MarginTop = '25px')
{
$SignSlice = (new Slice());
$SignSlice->addSection((new Section())
Method setRowContent
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function setRowContent(&$sliceList, $name, $identifier)
{
$section = new Section();
$section
Method frontendDiseaseList
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDiseaseList($GroupId = null)
{
$Stage = new Stage('Individuelle Auswertung', 'Allergieliste');
if (null !== $GroupId) {
Method frontendInterestedPersonList
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendInterestedPersonList()
{
$Stage = new Stage('ESZC Auswertung', 'Neuanmeldungen/Interessenten');
$tblPersonList = Group::useService()->getPersonAllByGroup(Group::useService()->getGroupByName('Interessent'));