pageIndex = $data['pageIndex']; $this->x = (float) $data['x']; $this->y = (float) $data['y']; } public function toArray() { return [ "pageIndex" => $this->pageIndex, "x" => $this->x, "y" => $this->y, ]; } }