| 1 | <?php |
||
| 7 | class AttendanceReport implements RequestInterface |
||
| 8 | { |
||
| 9 | /** @var ClassroomId */ |
||
| 10 | private $classroomId; |
||
| 11 | |||
| 12 | public function __construct($classroomId) |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function getMethod() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function getParams() |
||
| 32 | } |
||
| 33 |