Application/Reporting/Individual/Service/Entity/ViewStudent.php
Method loadNameDefinition
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadNameDefinition()
{
// //NameDefinition
$this->setNameDefinition(self::TBL_STUDENT_BAPTISM_LOCATION, 'Allgemeines: Taufort');
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 )