Showing 5,014 of 7,620 total issues
Method frontendUpdateCompany
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUpdateCompany($Confirm = false)
{
$Stage = new Stage('Daten Anonymisieren', 'Institution');
if ($Confirm){
Method frontendUpdatePerson
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUpdatePerson($Confirm = false)
{
$Stage = new Stage('Daten Anonymisieren', 'Personen');
Method setTestPicture
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setTestPicture(Schema &$Schema)
{
$Table = $this->getConnection()->createTable($Schema, 'tblTestPicture');
if (!$this->getConnection()->hasColumn('tblTestPicture', 'Name')) {
Method runConvert
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function runConvert($Row)
{
$Result = array();
foreach ($Row as $Part) {
$Result = array_merge($Result, $Part);
Method frontendDashboard
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDashboard()
{
$Stage = new Stage('Indiware', 'Datentransfer');
Method frontendCompanyImport
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendCompanyImport($File = null)
{
$View = new Stage('Import Herrnhut', 'Institutionen mit Ansprechpartnern');
$View->setContent(
Method frontendPersonImport
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendPersonImport($File = null)
{
$View = new Stage('Import Herrnhut', 'Privatkontakte');
$View->setContent(
Method createBasket
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createBasket(
$Name,
$Description,
$Year,
$Month,
Method registerModule
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function registerModule()
{
Main::getDispatcher()->registerRoute(Main::getDispatcher()->createRoute(
__NAMESPACE__, 'Frontend::frontendGroup'
Method checkFormRelationshipToCompany
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function checkFormRelationshipToCompany(
TblPerson $tblPerson,
$Type,
$To,
TblToCompany $tblToCompany = null,
Method softRemovePersonReferences
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function softRemovePersonReferences(TblPerson $tblPerson)
{
$IsSoftRemove = true;
Method setTableStudent
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setTableStudent(
Schema &$Schema,
Table $tblStudentMedicalRecord,
Table $tblStudentTransport,
Table $tblStudentBilling,
Method updateStudentBasic
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateStudentBasic(TblPerson $tblPerson, $Meta)
{
$tblStudent = $tblPerson->getStudent(true);
Method getEditStudentMedicalRecordForm
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getEditStudentMedicalRecordForm(TblPerson $tblPerson = null)
{
return (new Form(array(
new FormGroup(array(
Method getSubject
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getSubject(
TblCertificate $tblCertificate,
$tblSubjectAll,
$LaneIndex,
$LaneRanking,
Method createScoreGroup
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createScoreGroup(IFormInterface $Stage = null, $ScoreGroup = null)
{
/**
* Skip to Frontend
Method updateScoreCondition
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateScoreCondition(IFormInterface $Stage = null, $Id, $ScoreCondition)
{
/**
* Skip to Frontend
Method addDivisionSubject
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function addDivisionSubject(
TblDivision $tblDivision,
TblSubject $tblSubject,
TblSubjectGroup $tblSubjectGroup = null,
$HasGrading = true
Method createCategory
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createCategory(
IFormInterface $Form,
$Category
) {
Method setForeignLanguagesMatrix
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function setForeignLanguagesMatrix(
&$Content,
$countForeignSubjectMatrix
) {
/**