app/Repositories/MarkRepository.php
Method getAllByStudentId
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getAllByStudentId($session_id, $semester_id, $class_id, $section_id, $course_id, $student_id) {
Method getAllFinalMarksByStudentId
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getAllFinalMarksByStudentId($session_id, $student_id, $semester_id, $class_id, $section_id, $course_id) {
Method getFinalMarksCount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getFinalMarksCount($session_id, $semester_id, $class_id, $section_id, $course_id) {
Method getAllFinalMarks
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getAllFinalMarks($session_id, $semester_id, $class_id, $section_id, $course_id) {
Method getAll
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getAll($session_id, $semester_id, $class_id, $section_id, $course_id) {