AbsenceRegistrationsController class
- Inheritance
-
- Object
- Controller
- AbsenceRegistrationsController
Constructors
- AbsenceRegistrationsController(Student student)
Properties
Methods
-
list(
) → Future< List< AbsenceCauseEntry> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
AbsenceCauseEntry entry, AbsenceCauses cause, String note) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited