Guides
Tutorials
class ApiPlatform\OpenApi\Model\Encoding
{
public __construct(string $contentType, null|ArrayObject $headers, string $style, bool $explode, bool $allowReserved)
public getContentType(): string
public getHeaders(): ArrayObject
public getStyle(): string
public canExplode(): bool
public getExplode(): bool
public canAllowReserved(): bool
public getAllowReserved(): bool
public withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encoding
public withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encoding
public withStyle(string $style): ApiPlatform\OpenApi\Model\Encoding
public withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encoding
public withAllowReserved(bool $allowReserved): ApiPlatform\OpenApi\Model\Encoding
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}
class ApiPlatform\OpenApi\Model\Encoding
{
public __construct(string $contentType, null|ArrayObject $headers, string $style, bool $explode, bool $allowReserved)
public getContentType(): string
public getHeaders(): ArrayObject
public getStyle(): string
public canExplode(): bool
public getExplode(): bool
public canAllowReserved(): bool
public getAllowReserved(): bool
public withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encoding
public withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encoding
public withStyle(string $style): ApiPlatform\OpenApi\Model\Encoding
public withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encoding
public withAllowReserved(bool $allowReserved): ApiPlatform\OpenApi\Model\Encoding
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}
public __construct(string $contentType, null|ArrayObject $headers, string $style, bool $explode, bool $allowReserved)
public __construct(string $contentType, null|ArrayObject $headers, string $style, bool $explode, bool $allowReserved)
contentType | string | |
headers | ArrayObject | |
style | string | |
explode | bool | |
allowReserved | bool |
public getContentType(): string
public getContentType(): string
string
public getHeaders(): ArrayObject
public getHeaders(): ArrayObject
ArrayObject
public getStyle(): string
public getStyle(): string
string
public canExplode(): bool
public canExplode(): bool
bool
public getExplode(): bool
public getExplode(): bool
bool
public canAllowReserved(): bool
public canAllowReserved(): bool
bool
public getAllowReserved(): bool
public getAllowReserved(): bool
bool
public withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encoding
public withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encoding
contentType | string |
ApiPlatform\OpenApi\Model\Encoding
public withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encoding
public withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encoding
headers | ArrayObject |
ApiPlatform\OpenApi\Model\Encoding
public withStyle(string $style): ApiPlatform\OpenApi\Model\Encoding
public withStyle(string $style): ApiPlatform\OpenApi\Model\Encoding
style | string |
ApiPlatform\OpenApi\Model\Encoding
public withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encoding
public withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encoding
explode | bool |
ApiPlatform\OpenApi\Model\Encoding
public withAllowReserved(bool $allowReserved): ApiPlatform\OpenApi\Model\Encoding
public withAllowReserved(bool $allowReserved): ApiPlatform\OpenApi\Model\Encoding
allowReserved | bool |
ApiPlatform\OpenApi\Model\Encoding
public withExtensionProperty(string $key, $value)
public withExtensionProperty(string $key, $value)
key | string | |
value |
public getExtensionProperties(): array
public getExtensionProperties(): array
array