Constants¶
QUALITY_HD ¶
Action.php
:
19
|
|
QUALITY_STANDARD ¶
Action.php
:
20
|
|
SIZE_LANDSCAPE ¶
Action.php
:
17
|
|
SIZE_PORTRAIT ¶
Action.php
:
16
|
|
SIZE_SQUARE ¶
Action.php
:
15
|
|
AVAILABLE_QUALITY ¶
Action.php
:
28
|
|
AVAILABLE_SIZES ¶
Action.php
:
22
|
|
Properties¶
$actionContext
¶
Action.php
:
15
|
|
$runtimeContext
¶
Action.php
:
17
|
|
Methods¶
__construct()
¶
Action.php
:
37
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$size | string | - | - |
$quality | string | Action::QUALITY_STANDARD | - |
getActionContext()
¶
Action.php
:
19
|
|
Return values
ActionContext|null
getParameters()
¶
Action.php
:
65
|
|
Return values
array<string, mixed>
getQuality()
¶
Action.php
:
55
|
|
Return values
string
getRuntimeContext()
¶
Action.php
:
24
|
|
Return values
RuntimeContext|null
getSize()
¶
Action.php
:
45
|
|
Return values
string
hasActionContext()
¶
Action.php
:
39
|
|
Return values
bool
hasRuntimeContext()
¶
Action.php
:
44
|
|
Return values
bool
setActionContext()
¶
Action.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$actionContext | ActionContext | - | - |
setQuality()
¶
Action.php
:
60
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$quality | string | - | - |
setRuntimeContext()
¶
Action.php
:
34
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$runtimeContext | RuntimeContext | - | - |
setSize()
¶
Action.php
:
50
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$size | string | - | - |