Copied!

ActionType

ActionType.php : 15
Abstract
Implements ActionTypeInterface

Constants

publicIMAGE_MAX_SIZE_KEY

ActionType.php : 17
public mixed IMAGE_MAX_SIZE_KEY = 'image_max_size'

publicIMAGE_QUALITY_KEY

ActionType.php : 19
public mixed IMAGE_QUALITY_KEY = 'image_quality'

Methods

publicgetInputIdentifier()

ActionType.php : 29
public getInputIdentifier() : string

Return values

string

publicgetOptions()

ActionType.php : 39
public getOptions() : array<string, scalar|array<string|int, mixed>>

Return values

array<string, scalar|array<string|int, mixed>>

publicgetOutputIdentifier()

ActionType.php : 34
public getOutputIdentifier() : string

Return values

string