implementation = $printer; } public function setImplementation(Formatter $printer) { $this->implementation = $printer; } abstract public function get(): string; }