Application/Reporting/Custom/Schneeberg/Person/Service.php
Method createClassList
has 153 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassList(TblDivision $tblDivision)
{
$tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
$TableContent = array();
Method createClassListExcel
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createClassListExcel($PersonList)
{
if (!empty( $PersonList )) {