deck = $deck; } public function start($nbCarte) { // call the deck's deal function and return the cards dealt return $this->deck->deal($nbCarte); } }