Showing 5,014 of 7,620 total issues
Method createSessionCredentialToken
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface &$Form,
$CredentialName,
$CredentialLock,
$CredentialKey,
TblIdentification $tblIdentification
Method updateIndiwareImportStudentCourse
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblIndiwareImportStudentCourse $tblIndiwareImportStudentCourse,
$tblSubject = null,
$SubjectGroup = '',
$IsIntensive = false,
$IgnoreCourse = false
Method getPriceListByPerson
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getPriceListByPerson(TblItem $tblItem, $Year, $MonthFrom, $MonthTo, TblPerson $tblPerson)
Method getPriceListByPerson
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getPriceListByPerson(TblItem $tblItem, $Year, $MonthFrom, $MonthTo, TblPerson $tblPerson)
Method getInvoiceCauserList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Year,
$Month,
$BasketName,
$ItemName,
$IsFrontend
Method getPdfForm
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getPdfForm(TblItem $tblItem, $tblDocumentList, $countPdfs, $Balance = null, $Data = null)
Method createBankAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createBankAccount(TblPerson $tblPerson, $Owner = '', $BankName = '', $IBAN = '', $BIC = '')
Method updateBankAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblBankAccount $tblBankAccount,
$BankName = '',
$IBAN = '',
$BIC = '',
$Owner = ''
Method createStudentMedicalRecord
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Disease,
$Medication,
$AttendingDoctor,
$InsuranceState,
$Insurance
Method updateClub
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblClub $tblClub,
$Identifier,
$EntryDate,
$ExitDate,
$Remark
Method updateStudentTransport
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblStudentTransport $tblStudentTransport,
$Route,
$StationEntrance,
$StationExit,
$Remark
Method createGroup
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createGroup($Name, $Description, $Remark, $IsLocked = false, $MetaTable = '')
Method createClub
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
$Identifier,
$EntryDate,
$ExitDate,
$Remark
Method changeBankAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function changeBankAccount(TblBankAccount $tblBankAccount, $Owner = '', $BankName = '', $IBAN = '', $BIC = ''
Method insertMeta
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPerson $tblPerson,
$Identifier,
$EntryDate = '',
$ExitDate = '',
$Remark = ''
Method updateProspectReservation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblProspectReservation $tblProspectReservation,
$ReservationYear,
$ReservationDivision,
TblType $tblTypeOptionA = null,
TblType $tblTypeOptionB = null
Method createAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createAccount($Number, $Description, $isActive, TblAccountKey $Key, TblAccountType $Type)
Method createBankAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createBankAccount(TblPerson $tblPerson, $BankName = '', $IBAN = '', $BIC = '', $Owner = '')
Method updateCommonInformation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCommonInformation $tblCommonInformation,
$Nationality,
$Denomination,
$IsAssistance,
$AssistanceActivity
Method updateSpecial
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function updateSpecial(TblSpecial $tblSpecial,
$Date,
$PersonEditor = '',
$Remark = '',
$IsCanceled = false