input('student_id'), fromAcademicYearId:(int)$this->input('from_academic_year_id'), toAcademicYearId:(int)$this->input('to_academic_year_id'), effectiveDate:(string)$this->input('effective_date',date('Y-m-d')), reason:(string)$this->input('reason','promotion'), overridePolicy:(bool)$this->boolean('override_policy'), overrideReason:$this->input('override_reason')); } }