public function readySetGo() { foreach ($this->participants as $participant) { $this->standings[$participant->name()] = 0; } parent::readySetGo(); }
<?php include 'header.php'; $race = new Race($reindeer, 2503); $race->readySetGo(); echo max($race->results());