id =$id; $this->flux = $flux; } /** * @return string */ public function getFlux(): string { return $this->flux; } /** * @param string $flux */ public function setFlux(string $flux): void { $this->flux = $flux; } /** * @return string */ public function getId(): string { return $this->id; } }