|null $afterBuildMethods A set of methods to call on the object after it's built. * @param mixed ...$buildArgs A set of build arguments that will be passed to the constructor. * * @return void This method does not return any value. */ public function reinit(?array $afterBuildMethods = null, ...$buildArgs); }