Docker-Images bauen und veröffentlichen / build (, omsorgCore/Dockerfile, omsorgcore) (push) Successful in 3s
Docker-Images bauen und veröffentlichen / build (, omsorgWeb/Dockerfile, omsorgweb) (push) Failing after 4s
Docker-Images bauen und veröffentlichen / build (VITE_OMSORG_CORE_URL=${{ vars.OMSORG_CORE_PUBLIC_URL }}, omsorgapp/Dockerfile, omsorgapp) (push) Successful in 3s
- omsorgapp: drop Electron, run as a plain Vite/React browser app; refresh token moves to an HttpOnly cookie (omsorgCore), CORS added for the new browser origin, document download/preview switched to Blob-based browser APIs. - Add Dockerfiles for omsorgCore, omsorgapp, and omsorgWeb, a docker-compose.yml wiring Postgres/MySQL/all three apps together, and a Gitea Actions workflow that builds and pushes images to the repo's container registry on push to main and on version tags. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
827 lines
21 KiB
PHP
827 lines
21 KiB
PHP
<?php
|
|
/**
|
|
* CreateFacilityRequest
|
|
*
|
|
* PHP version 8.1
|
|
*
|
|
* @category Class
|
|
* @package OmsorgCoreClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
*/
|
|
|
|
/**
|
|
* OmsorgCore.Api
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: 1.0
|
|
* Generated by: https://openapi-generator.tech
|
|
* Generator version: 7.14.0
|
|
*/
|
|
|
|
/**
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
namespace OmsorgCoreClient\Model;
|
|
|
|
use \ArrayAccess;
|
|
use \OmsorgCoreClient\ObjectSerializer;
|
|
|
|
/**
|
|
* CreateFacilityRequest Class Doc Comment
|
|
*
|
|
* @category Class
|
|
* @package OmsorgCoreClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
* @implements \ArrayAccess<string, mixed>
|
|
*/
|
|
class CreateFacilityRequest implements ModelInterface, ArrayAccess, \JsonSerializable
|
|
{
|
|
public const DISCRIMINATOR = null;
|
|
|
|
/**
|
|
* The original name of the model.
|
|
*
|
|
* @var string
|
|
*/
|
|
protected static $openAPIModelName = 'CreateFacilityRequest';
|
|
|
|
/**
|
|
* Array of property to type mappings. Used for (de)serialization
|
|
*
|
|
* @var string[]
|
|
*/
|
|
protected static $openAPITypes = [
|
|
'name' => 'string',
|
|
'facility_type' => 'string',
|
|
'website' => 'string',
|
|
'street' => 'string',
|
|
'postal_code' => 'string',
|
|
'city' => 'string',
|
|
'country' => 'string',
|
|
'billing_street' => 'string',
|
|
'billing_postal_code' => 'string',
|
|
'billing_city' => 'string',
|
|
'billing_country' => 'string'
|
|
];
|
|
|
|
/**
|
|
* Array of property to format mappings. Used for (de)serialization
|
|
*
|
|
* @var string[]
|
|
* @phpstan-var array<string, string|null>
|
|
* @psalm-var array<string, string|null>
|
|
*/
|
|
protected static $openAPIFormats = [
|
|
'name' => null,
|
|
'facility_type' => null,
|
|
'website' => null,
|
|
'street' => null,
|
|
'postal_code' => null,
|
|
'city' => null,
|
|
'country' => null,
|
|
'billing_street' => null,
|
|
'billing_postal_code' => null,
|
|
'billing_city' => null,
|
|
'billing_country' => null
|
|
];
|
|
|
|
/**
|
|
* Array of nullable properties. Used for (de)serialization
|
|
*
|
|
* @var boolean[]
|
|
*/
|
|
protected static array $openAPINullables = [
|
|
'name' => true,
|
|
'facility_type' => true,
|
|
'website' => true,
|
|
'street' => true,
|
|
'postal_code' => true,
|
|
'city' => true,
|
|
'country' => true,
|
|
'billing_street' => true,
|
|
'billing_postal_code' => true,
|
|
'billing_city' => true,
|
|
'billing_country' => true
|
|
];
|
|
|
|
/**
|
|
* If a nullable field gets set to null, insert it here
|
|
*
|
|
* @var boolean[]
|
|
*/
|
|
protected array $openAPINullablesSetToNull = [];
|
|
|
|
/**
|
|
* Array of property to type mappings. Used for (de)serialization
|
|
*
|
|
* @return array
|
|
*/
|
|
public static function openAPITypes()
|
|
{
|
|
return self::$openAPITypes;
|
|
}
|
|
|
|
/**
|
|
* Array of property to format mappings. Used for (de)serialization
|
|
*
|
|
* @return array
|
|
*/
|
|
public static function openAPIFormats()
|
|
{
|
|
return self::$openAPIFormats;
|
|
}
|
|
|
|
/**
|
|
* Array of nullable properties
|
|
*
|
|
* @return array
|
|
*/
|
|
protected static function openAPINullables(): array
|
|
{
|
|
return self::$openAPINullables;
|
|
}
|
|
|
|
/**
|
|
* Array of nullable field names deliberately set to null
|
|
*
|
|
* @return boolean[]
|
|
*/
|
|
private function getOpenAPINullablesSetToNull(): array
|
|
{
|
|
return $this->openAPINullablesSetToNull;
|
|
}
|
|
|
|
/**
|
|
* Setter - Array of nullable field names deliberately set to null
|
|
*
|
|
* @param boolean[] $openAPINullablesSetToNull
|
|
*/
|
|
private function setOpenAPINullablesSetToNull(array $openAPINullablesSetToNull): void
|
|
{
|
|
$this->openAPINullablesSetToNull = $openAPINullablesSetToNull;
|
|
}
|
|
|
|
/**
|
|
* Checks if a property is nullable
|
|
*
|
|
* @param string $property
|
|
* @return bool
|
|
*/
|
|
public static function isNullable(string $property): bool
|
|
{
|
|
return self::openAPINullables()[$property] ?? false;
|
|
}
|
|
|
|
/**
|
|
* Checks if a nullable property is set to null.
|
|
*
|
|
* @param string $property
|
|
* @return bool
|
|
*/
|
|
public function isNullableSetToNull(string $property): bool
|
|
{
|
|
return in_array($property, $this->getOpenAPINullablesSetToNull(), true);
|
|
}
|
|
|
|
/**
|
|
* Array of attributes where the key is the local name,
|
|
* and the value is the original name
|
|
*
|
|
* @var string[]
|
|
*/
|
|
protected static $attributeMap = [
|
|
'name' => 'name',
|
|
'facility_type' => 'facilityType',
|
|
'website' => 'website',
|
|
'street' => 'street',
|
|
'postal_code' => 'postalCode',
|
|
'city' => 'city',
|
|
'country' => 'country',
|
|
'billing_street' => 'billingStreet',
|
|
'billing_postal_code' => 'billingPostalCode',
|
|
'billing_city' => 'billingCity',
|
|
'billing_country' => 'billingCountry'
|
|
];
|
|
|
|
/**
|
|
* Array of attributes to setter functions (for deserialization of responses)
|
|
*
|
|
* @var string[]
|
|
*/
|
|
protected static $setters = [
|
|
'name' => 'setName',
|
|
'facility_type' => 'setFacilityType',
|
|
'website' => 'setWebsite',
|
|
'street' => 'setStreet',
|
|
'postal_code' => 'setPostalCode',
|
|
'city' => 'setCity',
|
|
'country' => 'setCountry',
|
|
'billing_street' => 'setBillingStreet',
|
|
'billing_postal_code' => 'setBillingPostalCode',
|
|
'billing_city' => 'setBillingCity',
|
|
'billing_country' => 'setBillingCountry'
|
|
];
|
|
|
|
/**
|
|
* Array of attributes to getter functions (for serialization of requests)
|
|
*
|
|
* @var string[]
|
|
*/
|
|
protected static $getters = [
|
|
'name' => 'getName',
|
|
'facility_type' => 'getFacilityType',
|
|
'website' => 'getWebsite',
|
|
'street' => 'getStreet',
|
|
'postal_code' => 'getPostalCode',
|
|
'city' => 'getCity',
|
|
'country' => 'getCountry',
|
|
'billing_street' => 'getBillingStreet',
|
|
'billing_postal_code' => 'getBillingPostalCode',
|
|
'billing_city' => 'getBillingCity',
|
|
'billing_country' => 'getBillingCountry'
|
|
];
|
|
|
|
/**
|
|
* Array of attributes where the key is the local name,
|
|
* and the value is the original name
|
|
*
|
|
* @return array
|
|
*/
|
|
public static function attributeMap()
|
|
{
|
|
return self::$attributeMap;
|
|
}
|
|
|
|
/**
|
|
* Array of attributes to setter functions (for deserialization of responses)
|
|
*
|
|
* @return array
|
|
*/
|
|
public static function setters()
|
|
{
|
|
return self::$setters;
|
|
}
|
|
|
|
/**
|
|
* Array of attributes to getter functions (for serialization of requests)
|
|
*
|
|
* @return array
|
|
*/
|
|
public static function getters()
|
|
{
|
|
return self::$getters;
|
|
}
|
|
|
|
/**
|
|
* The original name of the model.
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getModelName()
|
|
{
|
|
return self::$openAPIModelName;
|
|
}
|
|
|
|
|
|
/**
|
|
* Associative array for storing property values
|
|
*
|
|
* @var mixed[]
|
|
*/
|
|
protected $container = [];
|
|
|
|
/**
|
|
* Constructor
|
|
*
|
|
* @param mixed[]|null $data Associated array of property values
|
|
* initializing the model
|
|
*/
|
|
public function __construct(?array $data = null)
|
|
{
|
|
$this->setIfExists('name', $data ?? [], null);
|
|
$this->setIfExists('facility_type', $data ?? [], null);
|
|
$this->setIfExists('website', $data ?? [], null);
|
|
$this->setIfExists('street', $data ?? [], null);
|
|
$this->setIfExists('postal_code', $data ?? [], null);
|
|
$this->setIfExists('city', $data ?? [], null);
|
|
$this->setIfExists('country', $data ?? [], null);
|
|
$this->setIfExists('billing_street', $data ?? [], null);
|
|
$this->setIfExists('billing_postal_code', $data ?? [], null);
|
|
$this->setIfExists('billing_city', $data ?? [], null);
|
|
$this->setIfExists('billing_country', $data ?? [], null);
|
|
}
|
|
|
|
/**
|
|
* Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName
|
|
* is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the
|
|
* $this->openAPINullablesSetToNull array
|
|
*
|
|
* @param string $variableName
|
|
* @param array $fields
|
|
* @param mixed $defaultValue
|
|
*/
|
|
private function setIfExists(string $variableName, array $fields, $defaultValue): void
|
|
{
|
|
if (self::isNullable($variableName) && array_key_exists($variableName, $fields) && is_null($fields[$variableName])) {
|
|
$this->openAPINullablesSetToNull[] = $variableName;
|
|
}
|
|
|
|
$this->container[$variableName] = $fields[$variableName] ?? $defaultValue;
|
|
}
|
|
|
|
/**
|
|
* Show all the invalid properties with reasons.
|
|
*
|
|
* @return array invalid properties with reasons
|
|
*/
|
|
public function listInvalidProperties()
|
|
{
|
|
$invalidProperties = [];
|
|
|
|
return $invalidProperties;
|
|
}
|
|
|
|
/**
|
|
* Validate all the properties in the model
|
|
* return true if all passed
|
|
*
|
|
* @return bool True if all properties are valid
|
|
*/
|
|
public function valid()
|
|
{
|
|
return count($this->listInvalidProperties()) === 0;
|
|
}
|
|
|
|
|
|
/**
|
|
* Gets name
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getName()
|
|
{
|
|
return $this->container['name'];
|
|
}
|
|
|
|
/**
|
|
* Sets name
|
|
*
|
|
* @param string|null $name name
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setName($name)
|
|
{
|
|
if (is_null($name)) {
|
|
array_push($this->openAPINullablesSetToNull, 'name');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('name', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['name'] = $name;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets facility_type
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getFacilityType()
|
|
{
|
|
return $this->container['facility_type'];
|
|
}
|
|
|
|
/**
|
|
* Sets facility_type
|
|
*
|
|
* @param string|null $facility_type facility_type
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setFacilityType($facility_type)
|
|
{
|
|
if (is_null($facility_type)) {
|
|
array_push($this->openAPINullablesSetToNull, 'facility_type');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('facility_type', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['facility_type'] = $facility_type;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets website
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getWebsite()
|
|
{
|
|
return $this->container['website'];
|
|
}
|
|
|
|
/**
|
|
* Sets website
|
|
*
|
|
* @param string|null $website website
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setWebsite($website)
|
|
{
|
|
if (is_null($website)) {
|
|
array_push($this->openAPINullablesSetToNull, 'website');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('website', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['website'] = $website;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets street
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getStreet()
|
|
{
|
|
return $this->container['street'];
|
|
}
|
|
|
|
/**
|
|
* Sets street
|
|
*
|
|
* @param string|null $street street
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setStreet($street)
|
|
{
|
|
if (is_null($street)) {
|
|
array_push($this->openAPINullablesSetToNull, 'street');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('street', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['street'] = $street;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets postal_code
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getPostalCode()
|
|
{
|
|
return $this->container['postal_code'];
|
|
}
|
|
|
|
/**
|
|
* Sets postal_code
|
|
*
|
|
* @param string|null $postal_code postal_code
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setPostalCode($postal_code)
|
|
{
|
|
if (is_null($postal_code)) {
|
|
array_push($this->openAPINullablesSetToNull, 'postal_code');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('postal_code', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['postal_code'] = $postal_code;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets city
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getCity()
|
|
{
|
|
return $this->container['city'];
|
|
}
|
|
|
|
/**
|
|
* Sets city
|
|
*
|
|
* @param string|null $city city
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setCity($city)
|
|
{
|
|
if (is_null($city)) {
|
|
array_push($this->openAPINullablesSetToNull, 'city');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('city', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['city'] = $city;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets country
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getCountry()
|
|
{
|
|
return $this->container['country'];
|
|
}
|
|
|
|
/**
|
|
* Sets country
|
|
*
|
|
* @param string|null $country country
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setCountry($country)
|
|
{
|
|
if (is_null($country)) {
|
|
array_push($this->openAPINullablesSetToNull, 'country');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('country', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['country'] = $country;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets billing_street
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getBillingStreet()
|
|
{
|
|
return $this->container['billing_street'];
|
|
}
|
|
|
|
/**
|
|
* Sets billing_street
|
|
*
|
|
* @param string|null $billing_street billing_street
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setBillingStreet($billing_street)
|
|
{
|
|
if (is_null($billing_street)) {
|
|
array_push($this->openAPINullablesSetToNull, 'billing_street');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('billing_street', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['billing_street'] = $billing_street;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets billing_postal_code
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getBillingPostalCode()
|
|
{
|
|
return $this->container['billing_postal_code'];
|
|
}
|
|
|
|
/**
|
|
* Sets billing_postal_code
|
|
*
|
|
* @param string|null $billing_postal_code billing_postal_code
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setBillingPostalCode($billing_postal_code)
|
|
{
|
|
if (is_null($billing_postal_code)) {
|
|
array_push($this->openAPINullablesSetToNull, 'billing_postal_code');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('billing_postal_code', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['billing_postal_code'] = $billing_postal_code;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets billing_city
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getBillingCity()
|
|
{
|
|
return $this->container['billing_city'];
|
|
}
|
|
|
|
/**
|
|
* Sets billing_city
|
|
*
|
|
* @param string|null $billing_city billing_city
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setBillingCity($billing_city)
|
|
{
|
|
if (is_null($billing_city)) {
|
|
array_push($this->openAPINullablesSetToNull, 'billing_city');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('billing_city', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['billing_city'] = $billing_city;
|
|
|
|
return $this;
|
|
}
|
|
|
|
/**
|
|
* Gets billing_country
|
|
*
|
|
* @return string|null
|
|
*/
|
|
public function getBillingCountry()
|
|
{
|
|
return $this->container['billing_country'];
|
|
}
|
|
|
|
/**
|
|
* Sets billing_country
|
|
*
|
|
* @param string|null $billing_country billing_country
|
|
*
|
|
* @return self
|
|
*/
|
|
public function setBillingCountry($billing_country)
|
|
{
|
|
if (is_null($billing_country)) {
|
|
array_push($this->openAPINullablesSetToNull, 'billing_country');
|
|
} else {
|
|
$nullablesSetToNull = $this->getOpenAPINullablesSetToNull();
|
|
$index = array_search('billing_country', $nullablesSetToNull);
|
|
if ($index !== FALSE) {
|
|
unset($nullablesSetToNull[$index]);
|
|
$this->setOpenAPINullablesSetToNull($nullablesSetToNull);
|
|
}
|
|
}
|
|
$this->container['billing_country'] = $billing_country;
|
|
|
|
return $this;
|
|
}
|
|
/**
|
|
* Returns true if offset exists. False otherwise.
|
|
*
|
|
* @param integer $offset Offset
|
|
*
|
|
* @return boolean
|
|
*/
|
|
public function offsetExists($offset): bool
|
|
{
|
|
return isset($this->container[$offset]);
|
|
}
|
|
|
|
/**
|
|
* Gets offset.
|
|
*
|
|
* @param integer $offset Offset
|
|
*
|
|
* @return mixed|null
|
|
*/
|
|
#[\ReturnTypeWillChange]
|
|
public function offsetGet($offset)
|
|
{
|
|
return $this->container[$offset] ?? null;
|
|
}
|
|
|
|
/**
|
|
* Sets value based on offset.
|
|
*
|
|
* @param int|null $offset Offset
|
|
* @param mixed $value Value to be set
|
|
*
|
|
* @return void
|
|
*/
|
|
public function offsetSet($offset, $value): void
|
|
{
|
|
if (is_null($offset)) {
|
|
$this->container[] = $value;
|
|
} else {
|
|
$this->container[$offset] = $value;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Unsets offset.
|
|
*
|
|
* @param integer $offset Offset
|
|
*
|
|
* @return void
|
|
*/
|
|
public function offsetUnset($offset): void
|
|
{
|
|
unset($this->container[$offset]);
|
|
}
|
|
|
|
/**
|
|
* Serializes the object to a value that can be serialized natively by json_encode().
|
|
* @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php
|
|
*
|
|
* @return mixed Returns data which can be serialized by json_encode(), which is a value
|
|
* of any type other than a resource.
|
|
*/
|
|
#[\ReturnTypeWillChange]
|
|
public function jsonSerialize()
|
|
{
|
|
return ObjectSerializer::sanitizeForSerialization($this);
|
|
}
|
|
|
|
/**
|
|
* Gets the string presentation of the object
|
|
*
|
|
* @return string
|
|
*/
|
|
public function __toString()
|
|
{
|
|
return json_encode(
|
|
ObjectSerializer::sanitizeForSerialization($this),
|
|
JSON_PRETTY_PRINT
|
|
);
|
|
}
|
|
|
|
/**
|
|
* Gets a header-safe presentation of the object
|
|
*
|
|
* @return string
|
|
*/
|
|
public function toHeaderValue()
|
|
{
|
|
return json_encode(ObjectSerializer::sanitizeForSerialization($this));
|
|
}
|
|
}
|
|
|
|
|