[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: MediaType.php
<?php declare(strict_types=1); /** * @license Apache 2.0 */ namespace OpenApi\Annotations; use OpenApi\Generator; /** * Each Media Type object provides schema and examples for the media type identified by its key. * * @see [OAI Media Type Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#media-type-object) * * @Annotation */ class MediaType extends AbstractAnnotation { /** * The key into Operation->content array. * * @var string */ public $mediaType = Generator::UNDEFINED; /** * The schema defining the type used for the request body. * * @var Schema */ public $schema = Generator::UNDEFINED; /** * Example of the media type. * * The example object should be in the correct format as specified by the media type. * The example object is mutually exclusive of the examples object. * * Furthermore, if referencing a schema which contains an example, * the example value shall override the example provided by the schema. */ public $example = Generator::UNDEFINED; /** * Examples of the media type. * * Each example should contain a value in the correct format as specified in the parameter encoding. * The examples object is mutually exclusive of the example object. * Furthermore, if referencing a schema which contains an example, the examples value shall override the example provided by the schema. * * @var array<Examples> */ public $examples = Generator::UNDEFINED; /** * A map between a property name and its encoding information. * * The key, being the property name, must exist in the schema as a property. * * The encoding object shall only apply to requestBody objects when the media type is multipart or * application/x-www-form-urlencoded. * * @var array<string,mixed> */ public $encoding = Generator::UNDEFINED; /** * @inheritdoc */ public static $_nested = [ Schema::class => 'schema', Examples::class => ['examples', 'example'], Attachable::class => ['attachables'], ]; /** * @inheritdoc */ public static $_parents = [ Response::class, RequestBody::class, ]; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.5 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002