Showing 5,014 of 7,620 total issues
Method countStudentLevels
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function countStudentLevels(
TblPerson $tblPerson,
TblLevel $tblLevel,
&$gender,
$hasMigrationBackground,
File E11.php
has 273 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: lehmann
* Date: 23.06.2017
File Data.php
has 273 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Document\Storage\Service;
use SPHERE\Application\Document\Storage\Service\Entity\TblBinary;
use SPHERE\Application\Document\Storage\Service\Entity\TblDirectory;
Method __construct
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($Chapter = null, $Page = null, $Search = null)
{
$this->ShowChapter = $Chapter;
$this->ShowPage = $Page;
Method frontendSchoolDestroy
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSchoolDestroy($Id = null, $Confirm = false)
{
$Stage = new Stage('Schule', 'Löschen');
if ($Id) {
Method getExcelData
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getExcelData($tblUserAccountList = array())
{
$result = array();
if (!empty($tblUserAccountList)) {
Method getCustodyTableContent
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getCustodyTableContent($Result, $MaxResult = 800, $TypeId = null)
{
$SearchResult = array();
if (!empty($Result)) {
Method frontendDestroyCompany
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDestroyCompany($Id = null, $Confirm = false, $Group = null)
{
$Stage = new Stage('Institution', 'Löschen');
if ($Id) {
Method setInitialView
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setInitialView(QueryBuilder $Builder, $ViewType, &$ViewList = array(), &$ParameterList = array())
{
switch ($ViewType) {
case TblWorkSpace::VIEW_TYPE_STUDENT:
$viewGroup = new ViewGroup();
Method checkInputDebtorSelection
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function checkInputDebtorSelection(
$Identifier = '',
$PersonId = '',
$ItemId = '',
$DebtorSelectionId = '',
Method getGradeLanes
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getGradeLanes($personId, $TextSize = '14px', $IsGradeUnderlined = false, $MarginTop = '15px')
{
$GradeSlice = (new Slice());
Method buildPages
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method createBillingDocumentWarningPdf
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function createBillingDocumentWarningPdf($Data = array(), $Redirect = true)
{
if ($Redirect) {
return \SPHERE\Application\Api\Education\Certificate\Generator\Creator::displayWaitingPage(
Method firstPage
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function firstPage($personId)
{
$showThirdForeignLanguage = false;
// bei der 10. Klasse soll die 3. FS statt der 2.FS angezeigt
Method createAgreementClassListExcel
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createAgreementClassListExcel($PersonList, $tblPersonList)
{
if (!empty($PersonList)) {
Method checkFormRelationshipToPerson
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function checkFormRelationshipToPerson(
TblPerson $tblPerson,
$Type,
$To,
TblToPerson $tblToPerson = null,
Method updateDivisionAppointedDateTaskAsBulk
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateDivisionAppointedDateTaskAsBulk(
$addList,
$removeList
) {
Method getMinimumGradeCountPanel
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getMinimumGradeCountPanel($tblMinimumGradeCountList, $isSekII)
{
if ($tblMinimumGradeCountList) {
Method updateLeaveStudentAbiturPoints
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateLeaveStudentAbiturPoints(
IFormInterface $Form = null,
TblLeaveStudent $tblLeaveStudent,
$Data
) {
Method frontendHoliday
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendHoliday($Data = null)
{
$Stage = new Stage('Unterrichtsfreie Tage', 'Übersicht');