Showing 5,014 of 7,620 total issues
Method getSelectLeaveCertificateStage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
TblDivision $tblDivision,
TblType $tblType,
TblCourse $tblCourse = null,
$Data = null
Method frontendApprovePrepareDivision
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$PrepareId = null,
$DivisionId = null,
$IsLeave = false,
$Route = '/Education/Certificate/Approve/Prepare',
$IsAllYears = false
Method frontendApprovePreparePerson
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$PrepareId = null,
$PersonId = null,
$LeaveStudentId = null,
$IsLeave = false,
$IsAllYears = false
Method createCertificateReferenceForLanguages
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCertificate $tblCertificate,
$languageRanking,
$toLevel10,
$afterBasicCourse,
$afterAdvancedCourse
Method setCertificateSubject
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCertificate $tblCertificate,
$SubjectAcronym,
$LaneIndex,
$LaneRanking,
$IsEssential = true
Method createAbsenceList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $Stage = null,
TblDivision $tblDivision,
$BasicRoute = '',
\DateTime $date = null,
$Data
Method createCertificateSubject
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCertificate $tblCertificate,
$LaneIndex,
$LaneRanking,
TblSubject $tblSubject,
$IsEssential = false
Method frontendSelectContent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Division = null,
$Person = null,
$Certificate = null,
$Content = array(),
$SaveAs = null
Method updateAbsence
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblAbsence $tblAbsence,
$FromDate,
$ToDate,
$Status,
$Remark = ''
Method getDivisionSelectStage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Stage $Stage,
$tblDivisionList,
$BasicRoute = '/Education/ClassRegister/Teacher',
$tblYear = false,
$buttonList = array()
Method createAbsence
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $Stage = null,
TblPerson $tblPerson,
TblDivision $tblDivision,
$BasicRoute = '',
$Data
Method frontendSubjectGroupChange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function frontendSubjectGroupChange($Id = null, $SubjectId = null, $DivisionId = null, $DivisionSubjectId = null, $Group = null)
Method countCourses
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblLevel $tblLevel,
TblDivision $tblDivision,
&$countAdvancedCourseArray,
&$countBasicCourseArray,
&$personAdvancedCourseList
Method addLink
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addLink(Element $From, $FromKey, Element $To = null, $ToKey = 'Id', $Join = View::JOIN_LEFT)
Method createPeriod
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createPeriod($Name, $From, $To, $Description = '', $IsLevel12 = false)
Method setRepeatersGym
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
TblLevel $tblLevel,
TblDivision $tblDivision,
&$Content,
$gender
Method saveCertificateRevision
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
TblDivision $tblDivision,
Certificate $Certificate,
FilePointer $File,
TblPrepareCertificate $tblPrepareCertificate = null
Method insertPeriod
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function insertPeriod($Name, $From, $To, $Description = '', $IsLevel12 = false)
Method parseResult
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
final protected function parseResult($List, $Timeout = 60, $ProbeList = array(), $SearchList = array(), $JoinType = Pile::JOIN_TYPE_INNER)
Method updateHoliday
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblHoliday $tblHoliday,
TblHolidayType $tblHolidayType,
$Name,
$FromDate,
$ToDate