Application/Reporting/Individual/Service/Entity/ViewGroupStudentTransfer.php
Method loadNameDefinition
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadNameDefinition()
{
// //NameDefinition
$this->setNameDefinition(self::TBL_COMPANY_PROCESS_NAME, 'Aktuell: Schule');
Method getFormField
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )