Showing 5,014 of 7,620 total issues
Method getMailToPersonModal
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getMailToPersonModal($form, TblPerson $tblPerson, $ToPersonId = null)
{
if ($ToPersonId) {
$title = new Title(new Edit() . ' E-Mail Adresse bearbeiten');
} else {
Method createPreset
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createPreset($PresetName, $ViewType = TblWorkSpace::VIEW_TYPE_ALL)
{
$tblWorkSpaceList = Individual::useService()->getWorkSpaceAll($ViewType);
if ($tblWorkSpaceList && $PresetName) {
Method getAddressToCompanyModal
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getAddressToCompanyModal($form, TblCompany $tblCompany, $ToCompanyId = null)
{
if ($ToCompanyId) {
$title = new Title(new Edit() . ' Adresse bearbeiten');
} else {
Method getRelationshipToPersonModal
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getRelationshipToPersonModal($form, TblPerson $tblPerson, $ToPersonId = null)
{
if ($ToPersonId) {
$title = new Title(new Edit() . ' Personenbeziehung bearbeiten');
} else {
Method pieceEditGroup
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function pieceEditGroup($Id, $Group, $receiverGroupList, $receiverModalCreate, $receiverModalEdit, $receiverModalDestroy)
{
$tblGroup = Account::useService()->getGroupById( $Id );
if( $tblGroup ) {
Method setCheckBox
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function setCheckBox($content = ' ', $thicknessInnerLines = '0.5px')
{
return (new Slice())
->addSection((new Section())
->addElementColumn((new Element())
Method getESRLHead
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getESRLHead($PictureHeight = '135px')
{
$PictureSection = (new Section())
->addElementColumn((new Element\Image('Common/Style/Resource/Logo/ESRL_Zeugnis_Logo.jpg',
Method getCMSMissing
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getCMSMissing($personId)
{
$Section = new Section();
$Section->addElementColumn((new Element())
Method createKamenzPdf
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function createKamenzPdf($Type = '', $Redirect = true)
{
if ($Redirect) {
return \SPHERE\Application\Api\Education\Certificate\Generator\Creator::displayWaitingPage(
Method createGradebookPdf
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function createGradebookPdf($DivisionSubjectId, $Redirect = true)
{
if ($Redirect) {
return \SPHERE\Application\Api\Education\Certificate\Generator\Creator::displayWaitingPage(
Method setCheckBox
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function setCheckBox(
$content = ' ',
$thicknessInnerLines = '0.5px'
)
{
Method frontendDeclarationBasis
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDeclarationBasis()
{
$YearString = new Bold('Kein aktuelles Jahr gefunden');
$tblYearList = false;
Method frontendAnonymous
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendAnonymous()
{
$Stage = new Stage('Daten Anonymisieren');
Method fixArchive
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function fixArchive($Object)
{
if (!is_object($Object) && gettype($Object) == 'object') {
// preg_replace_callback handler. Needed to calculate new key-length.
Method UpdateCompany
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function UpdateCompany()
{
$tblCompanyAll = Company::useService()->getCompanyAll();
$count = 0;
Method createGradeListCsv
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createGradeListCsv($Period, $TaskId)
{
$PeopleGradeList = $this->getStudentGradeList($TaskId);
Method frontendCustodyImport
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendCustodyImport($File = null, $IsMother = null)
{
$View = new Stage('Import Schneeberg', ($IsMother ? 'Mütter ' : 'Väter ') . 'Grundschule');
$View->setContent(
Method frontendUpdateDescriptionImport
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUpdateDescriptionImport($File = null)
{
$View = new Stage('Import Dresden', 'Personen/Institutionen-Beschreibung');
$View->setContent(
Method frontendPersonImport
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendPersonImport($File = null)
{
$View = new Stage('Import Dresden', 'Personen-Daten');
$View->setContent(
Method frontendCompanyImport
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendCompanyImport($File = null)
{
$View = new Stage('Import Dresden', 'Institutionen-Daten');
$View->setContent(