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(): string
public getUrl(): string
string
public getDescription(): string
public getDescription(): string
string
public getVariables(): ArrayObject
public getVariables(): ArrayObject
ArrayObject
public withUrl(string $url): ApiPlatform\OpenApi\Model\Server
public withUrl(string $url): ApiPlatform\OpenApi\Model\Server
url | string |
ApiPlatform\OpenApi\Model\Server
public withDescription(string $description): ApiPlatform\OpenApi\Model\Server
public withDescription(string $description): ApiPlatform\OpenApi\Model\Server
description | string |
ApiPlatform\OpenApi\Model\Server
public withVariables(ArrayObject $variables): ApiPlatform\OpenApi\Model\Server
public 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(): array
public getExtensionProperties(): array
array