source = $source; } /** * Encode current source * * @return string */ public function encode(): string { return Header::SIGNATURE . $this->source->getVersion(); } }