class Action extends BaseAction

Defines the category of transformation to perform.

Methods

generic(string|null $genericActionString = null)

Action named constructor.

Details

static BaseAction generic(string|null $genericActionString = null)

Action named constructor.

Parameters

Name Type Description
$genericActionString string|null Generic action as a string.

Return Value

BaseAction