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(): stringpublic getContentType(): stringstring
public getHeaders(): ArrayObjectpublic getHeaders(): ArrayObjectArrayObject
public getStyle(): stringpublic getStyle(): stringstring
public canExplode(): boolpublic canExplode(): boolbool
public getExplode(): boolpublic getExplode(): boolbool
public canAllowReserved(): boolpublic canAllowReserved(): boolbool
public getAllowReserved(): boolpublic getAllowReserved(): boolbool
public withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encodingpublic withContentType(string $contentType): ApiPlatform\OpenApi\Model\Encoding| contentType | string |
ApiPlatform\OpenApi\Model\Encoding
public withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encodingpublic withHeaders(null|ArrayObject $headers): ApiPlatform\OpenApi\Model\Encoding| headers | ArrayObject |
ApiPlatform\OpenApi\Model\Encoding
public withStyle(string $style): ApiPlatform\OpenApi\Model\Encodingpublic withStyle(string $style): ApiPlatform\OpenApi\Model\Encoding| style | string |
ApiPlatform\OpenApi\Model\Encoding
public withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encodingpublic withExplode(bool $explode): ApiPlatform\OpenApi\Model\Encoding| explode | bool |
ApiPlatform\OpenApi\Model\Encoding
public withAllowReserved(bool $allowReserved): ApiPlatform\OpenApi\Model\Encodingpublic 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(): arraypublic getExtensionProperties(): arrayarray