Application/Reporting/Individual/Service/Entity/ViewStudentAuthorized.php
Method loadNameDefinition
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadNameDefinition()
{
// S1
$this->setNameDefinition(self::TBL_SALUTATION_SALUTATION_BEV, 'Bev: Anrede');
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 )