Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
40 | public function handle() |
||
41 | { |
||
42 | $output = new \Symfony\Component\Console\Output\ConsoleOutput(); |
||
43 | $output->writeln('###########################################------Inserting file records------###########################################'); |
||
44 | $this->examinationController = new ExaminationStudentsController(2019, 'G4'); |
||
|
|||
45 | $students = Examination_student::all()->toArray(); |
||
46 | $func = $this->examinationController; |
||
47 | array_walk($students,array($func,'updateCensusNo')); |
||
48 | |||
52 |