Guides
Tutorials
class ApiPlatform\OpenApi\Model\Server
{
public __construct(string $url, string $description, null|ArrayObject $variables)
public getUrl(): string
public getDescription(): string
public getVariables(): ArrayObject
public withUrl(string $url): ApiPlatform\OpenApi\Model\Server
public withDescription(string $description): ApiPlatform\OpenApi\Model\Server
public withVariables(ArrayObject $variables): ApiPlatform\OpenApi\Model\Server
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}class ApiPlatform\OpenApi\Model\Server
{
public __construct(string $url, string $description, null|ArrayObject $variables)
public getUrl(): string
public getDescription(): string
public getVariables(): ArrayObject
public withUrl(string $url): ApiPlatform\OpenApi\Model\Server
public withDescription(string $description): ApiPlatform\OpenApi\Model\Server
public withVariables(ArrayObject $variables): ApiPlatform\OpenApi\Model\Server
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}public __construct(string $url, string $description, null|ArrayObject $variables)public __construct(string $url, string $description, null|ArrayObject $variables)| url | string | |
| description | string | |
| variables | ArrayObject |
public getUrl(): stringpublic getUrl(): stringstring
public getDescription(): stringpublic getDescription(): stringstring
public getVariables(): ArrayObjectpublic getVariables(): ArrayObjectArrayObject
public withUrl(string $url): ApiPlatform\OpenApi\Model\Serverpublic withUrl(string $url): ApiPlatform\OpenApi\Model\Server| url | string |
ApiPlatform\OpenApi\Model\Server
public withDescription(string $description): ApiPlatform\OpenApi\Model\Serverpublic withDescription(string $description): ApiPlatform\OpenApi\Model\Server| description | string |
ApiPlatform\OpenApi\Model\Server
public withVariables(ArrayObject $variables): ApiPlatform\OpenApi\Model\Serverpublic withVariables(ArrayObject $variables): ApiPlatform\OpenApi\Model\Server| variables | ArrayObject |
ApiPlatform\OpenApi\Model\Server
public withExtensionProperty(string $key, $value)public withExtensionProperty(string $key, $value)| key | string | |
| value |
public getExtensionProperties(): arraypublic getExtensionProperties(): arrayarray