public function __construct(Printer $printer, bool $colors) { $this->printer = $printer; $this->colors = $colors; }