Guides
Tutorials
class ApiPlatform\OpenApi\Options
{
public __construct(string $title, string $description, string $version, bool $oAuthEnabled, null|string $oAuthType, null|string $oAuthFlow, null|string $oAuthTokenUrl, null|string $oAuthAuthorizationUrl, null|string $oAuthRefreshUrl, array $oAuthScopes, array $apiKeys, null|string $contactName, null|string $contactUrl, null|string $contactEmail, null|string $termsOfService, null|string $licenseName, null|string $licenseUrl)
public getTitle(): string
public getDescription(): string
public getVersion(): string
public getOAuthEnabled(): bool
public getOAuthType(): string
public getOAuthFlow(): string
public getOAuthTokenUrl(): string
public getOAuthAuthorizationUrl(): string
public getOAuthRefreshUrl(): string
public getOAuthScopes(): array
public getApiKeys(): array
public getContactName(): string
public getContactUrl(): string
public getContactEmail(): string
public getTermsOfService(): string
public getLicenseName(): string
public getLicenseUrl(): string
}
class ApiPlatform\OpenApi\Options
{
public __construct(string $title, string $description, string $version, bool $oAuthEnabled, null|string $oAuthType, null|string $oAuthFlow, null|string $oAuthTokenUrl, null|string $oAuthAuthorizationUrl, null|string $oAuthRefreshUrl, array $oAuthScopes, array $apiKeys, null|string $contactName, null|string $contactUrl, null|string $contactEmail, null|string $termsOfService, null|string $licenseName, null|string $licenseUrl)
public getTitle(): string
public getDescription(): string
public getVersion(): string
public getOAuthEnabled(): bool
public getOAuthType(): string
public getOAuthFlow(): string
public getOAuthTokenUrl(): string
public getOAuthAuthorizationUrl(): string
public getOAuthRefreshUrl(): string
public getOAuthScopes(): array
public getApiKeys(): array
public getContactName(): string
public getContactUrl(): string
public getContactEmail(): string
public getTermsOfService(): string
public getLicenseName(): string
public getLicenseUrl(): string
}
public __construct(string $title, string $description, string $version, bool $oAuthEnabled, null|string $oAuthType, null|string $oAuthFlow, null|string $oAuthTokenUrl, null|string $oAuthAuthorizationUrl, null|string $oAuthRefreshUrl, array $oAuthScopes, array $apiKeys, null|string $contactName, null|string $contactUrl, null|string $contactEmail, null|string $termsOfService, null|string $licenseName, null|string $licenseUrl)
public __construct(string $title, string $description, string $version, bool $oAuthEnabled, null|string $oAuthType, null|string $oAuthFlow, null|string $oAuthTokenUrl, null|string $oAuthAuthorizationUrl, null|string $oAuthRefreshUrl, array $oAuthScopes, array $apiKeys, null|string $contactName, null|string $contactUrl, null|string $contactEmail, null|string $termsOfService, null|string $licenseName, null|string $licenseUrl)
title | string | |
description | string | |
version | string | |
oAuthEnabled | bool | |
oAuthType | string | |
oAuthFlow | string | |
oAuthTokenUrl | string | |
oAuthAuthorizationUrl | string | |
oAuthRefreshUrl | string | |
oAuthScopes | array | |
apiKeys | array | |
contactName | string | |
contactUrl | string | |
contactEmail | string | |
termsOfService | string | |
licenseName | string | |
licenseUrl | string |
public getTitle(): string
public getTitle(): string
string
public getDescription(): string
public getDescription(): string
string
public getVersion(): string
public getVersion(): string
string
public getOAuthEnabled(): bool
public getOAuthEnabled(): bool
bool
public getOAuthType(): string
public getOAuthType(): string
string
public getOAuthFlow(): string
public getOAuthFlow(): string
string
public getOAuthTokenUrl(): string
public getOAuthTokenUrl(): string
string
public getOAuthAuthorizationUrl(): string
public getOAuthAuthorizationUrl(): string
string
public getOAuthRefreshUrl(): string
public getOAuthRefreshUrl(): string
string
public getOAuthScopes(): array
public getOAuthScopes(): array
array
public getApiKeys(): array
public getApiKeys(): array
array
public getContactName(): string
public getContactName(): string
string
public getContactUrl(): string
public getContactUrl(): string
string
public getContactEmail(): string
public getContactEmail(): string
string
public getTermsOfService(): string
public getTermsOfService(): string
string
public getLicenseName(): string
public getLicenseName(): string
string
public getLicenseUrl(): string
public getLicenseUrl(): string
string