Showing 5,014 of 7,620 total issues
Method setPersonAddressSelection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $Form,
TblSerialLetter $tblSerialLetter,
TblPerson $tblPerson,
$Check,
$Route = '/Reporting/SerialLetter/Address'
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 )
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 )
Method createAddressPerson
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblSerialLetter $tblSerialLetter,
TblPerson $tblPerson,
TblPerson $tblPersonToAddress,
TblToPerson $tblToPerson = null,
TblToCompany $tblToCompany = null
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 )
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 )
Method addWorkSpaceField
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addWorkSpaceField($Field, $View, $Position, $ViewType, TblPreset $tblPreset = null)
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 )
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 )
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 )
Method createAddressPerson
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblSerialLetter $tblSerialLetter,
TblPerson $tblPerson,
TblPerson $tblPersonToAddress,
TblToPerson $tblToPerson = null,
TblToCompany $tblToCompany = null
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 )
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 )
Method createPreset
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createPreset(TblAccount $tblAccount, $Name, $IsPublic = false, $PersonCreator = '', $Post = array())
Method updateObjectElementToList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblList $tblList,
TblObjectType $tblObjectType,
TblListElementList $tblListElementList,
Element $tblObject,
$Value
Method filterObjectList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function filterObjectList($objectList, $filterYear, $filterLevel, $filterSchoolOption1, $filterSchoolOption2)
Method createCheckListExcel
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblList $tblList,
$YearPersonId = null,
$LevelPersonId = null,
$SchoolOption1Id = null,
$SchoolOption2Id = null
Method getStudentFilterResultListBySerialLetter
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblSerialLetter $tblSerialLetter = null,
$FilterGroupList = array(),
$FilterStudentList = array(),
$FilterYearList = array(),
&$IsTimeout = false
Method getCompanyFilterResultListBySerialLetter
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblSerialLetter $tblSerialLetter = null,
$FilterGroupList = array(),
$FilterCompanyList = array(),
$FilterRelationshipList = array(),
&$IsTimeout = false
Method insertAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function insertAccount($Username, $Password, TblToken $tblToken = null, TblConsumer $tblConsumer = null, $SaveInitialPW = false)