codeText; } /** * Sets code text. * * @param string $codeText Code text. * * @return void */ public function setCodeText( string $codeText ): void { $this->codeText = $codeText; } }