app/Interfaces/MarkInterface.php
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 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 getAll
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getAll($session_id, $semester_id, $class_id, $section_id, $course_id);