Showing 5,014 of 7,620 total issues
Method getContent
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getContent()
{
$this->Template->setVariable('StageTitle', $this->Title);
$this->Template->setVariable('StageDescription', $this->Description);
Method registerModule
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function registerModule()
{
Main::getDisplay()->addModuleNavigation(
new Link(new Link\Route(__NAMESPACE__), new Link\Name('Schulen'), new Link\Icon(new Education()))
Method createGroup
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createGroup(IFormInterface $Form = null, $Group)
{
/**
* Skip to Frontend
Method updateAddressToCompanyByApi
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateAddressToCompanyByApi(
TblToCompany $tblToCompany,
$Street,
$City,
$State,
Method updateAddressToPersonByApi
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateAddressToPersonByApi(
TblToPerson $tblToPerson,
$Street,
$City,
$State,
Method pipelineLoadTable
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function pipelineLoadTable($PersonId)
{
$TablePipeline = new Pipeline(false);
$TableEmitter = new ServerEmitter(ApiSupport::receiverTableBlock('', 'SupportTable'), ApiSupport::getEndpoint());
Method previewLeavePdf
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function previewLeavePdf($LeaveStudentId = null, $Name = 'Zeugnis Muster', $Redirect = true)
{
if ($Redirect) {
return self::displayWaitingPage('/Api/Education/Certificate/Generator/PreviewLeave', array(
Method secondPage
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function secondPage($personId)
{
$Page = (new Page())
->addSlice(
(new Slice())
Method secondPage
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function secondPage($personId)
{
$Page = (new Page())
->addSlice(
(new Slice())
Method getEZSHArrangement
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getEZSHArrangement($personId, $Height = '100px')
{
$SectionList = array();
$Section = new Section();
$Section->addElementColumn(((new Element())
Method secondPage
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function secondPage($personId)
{
$Page = (new Page())
->addSlice(
(new Slice())
Method secondPage
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function secondPage($personId)
{
$Page = (new Page())
->addSlice(
(new Slice())
Method createPdf
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function createPdf($PersonId, $DocumentClass, $paperOrientation = Creator::PAPERORIENTATION_PORTRAIT, $Data = array())
{
if (($tblPerson = Person::useService()->getPersonById($PersonId))
&& class_exists($DocumentClass)
Method buildDocument
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildDocument($pageList = array())
{
return (new Frame())->addDocument((new Document())
->addPage((new Page())
->addSliceArray(C01::getContent())
Method getNextSubject
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getNextSubject($tblDocument, $tblSubjectList, &$pointer)
{
if ($pointer > 30) {
return false;
}
Method createParentTeacherConferenceListExcel
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createParentTeacherConferenceListExcel($PersonList, $tblPersonList)
{
if (!empty($PersonList)) {
Method getGroupTableByResult
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getGroupTableByResult($Result)
{
$TableSearch = array();
if (!empty($Result)) {
/** @var AbstractView[]|ViewPerson[] $Row */
Method addElementToList
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function addElementToList(IFormInterface $Stage = null, $Id, $Element)
{
/**
* Skip to Frontend
Method renderFromOpcodes
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function renderFromOpcodes($from, $opcodes, $callback)
{
if (!is_callable($callback)) {
return;
Method frontendUpdateAddress
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUpdateAddress($Confirm = false)
{
$Stage = new Stage('Daten Anonymisieren', 'Adressen');