ImageStylePromptManager
Table of Contents
Methods
- __construct() : mixed
- getByCode() : ImageStylePrompt|null
- Get exists image style prompt by code
- list() : array<string|int, mixed>
- Returns image style list.
Methods
__construct()
public
__construct(string $language) : mixed
Parameters
- $language : string
getByCode()
Get exists image style prompt by code
public
getByCode(string $styleCode) : ImageStylePrompt|null
Parameters
- $styleCode : string
Return values
ImageStylePrompt|nulllist()
Returns image style list.
public
list() : array<string|int, mixed>