Showing 5,014 of 7,620 total issues
TblIndiwareImportLectureship
has 22 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblIndiwareImportLectureship extends Element
{
const ATTR_SERVICE_TBL_YEAR = 'serviceTblYear';
Consider simplifying this complex logical expression. Open
Open
if (!$IsNotGradeType
&& $tblDivision
&& (($tblGenerateCertificate->getServiceTblBehaviorTask()
&& $tblTestList)
|| $useMultipleBehaviorTasks)
Method frontendLayoutCompanyNew
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLayoutCompanyNew(TblCompany $tblCompany)
{
if (($tblWebList = Web::useService()->getWebAllByCompany($tblCompany))){
$LayoutRowList = array();
Method createClassListExcel
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassListExcel($result = array())
{
if (!empty($result)) {
Method frontendLayoutCompanyNew
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendLayoutCompanyNew(TblCompany $tblCompany)
{
if (($tblMailList = Mail::useService()->getMailAllByCompany($tblCompany))){
$LayoutRowList = array();
Method buildPages
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method buildPages
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method buildPages
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method getSchoolName
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getSchoolName($personId, $MarginTop = '20px')
{
if (($tblSetting = Consumer::useService()->getSetting(
'Education', 'Certificate', 'Prepare', 'IsSchoolExtendedNameDisplayed'))
Method buildPages
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method buildPages
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method setFieldValue
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setFieldValue($DataPost)
{
// Text choose decision
//
Method registerModule
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function registerModule()
{
Main::getDisplay()->addModuleNavigation(
new Link(new Link\Route(__NAMESPACE__.'/ClassList'), new Link\Name('Klassenlisten'))
Method createClassList
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
$TableContent = array();
Method updateListObjectElement
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateListObjectElement(
IFormInterface $Stage = null,
TblList $tblList = null,
TblObjectType $tblObjectType = null,
$ObjectId = null,
Method frontendSelectCertificate
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSelectCertificate()
{
$Stage = new Stage('Einstellungen', 'Zeugnisvorlage auswählen');
$Stage = self::setSettingMenue($Stage, 'Template');
Method setConfig
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function setConfig($Name, ReaderInterface $Config = null)
{
if (null === self::$Connection
&& null !== $Config
File SubjectSelect.php
has 263 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Api\Education\Division;
use SPHERE\Application\Api\ApiTrait;
File E02_1.php
has 262 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 05.09.2018
Method pieceGroupList
has 57 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function pieceGroupList($receiverGroupList, $receiverModalCreate, $receiverModalEdit, $receiverModalDestroy)
{
$tblGroupAll = Account::useService()->getGroupAll(
Consumer::useService()->getConsumerBySession()