enabled = $enabled; $this->includeContent = $includeContent; } #[\ReturnTypeWillChange] public function jsonSerialize() { $retval = array( "Enabled" => $this->enabled, "IncludeContent" => $this->includeContent ); return $retval; } public function getEnabled() { return $this->enabled; } public function getIncludeContent() { return $this->includeContent; } } ?>