Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
withName ($name) | |
withArguments ($args) | |
withActionObjects ($actionObjs) | |
withExtendedAction ($extendedActionGroup) | |
__construct () | |
build () | |
Data Fields | |
const | DEFAULT_ACTION_OBJECT_NAME = 'action1' |
Definition at line 12 of file ActionGroupObjectBuilder.php.
__construct | ( | ) |
ActionGroupObjectBuilder constructor.
Definition at line 95 of file ActionGroupObjectBuilder.php.
build | ( | ) |
Function which takes builder parameters and returns a new ActionGroupObject.
Definition at line 107 of file ActionGroupObjectBuilder.php.
withActionObjects | ( | $actionObjs | ) |
Setter for the Action Group Object action objects
array | $actionObjs |
Definition at line 74 of file ActionGroupObjectBuilder.php.
withArguments | ( | $args | ) |
Setter for the Action Group Object arguments
array | $args |
Definition at line 62 of file ActionGroupObjectBuilder.php.
withExtendedAction | ( | $extendedActionGroup | ) |
Setter for the Action Group Object extended objects
string | $extendedActionGroup |
Definition at line 86 of file ActionGroupObjectBuilder.php.
withName | ( | $name | ) |
Setter for the Action Group Object name
string | $name |
Definition at line 50 of file ActionGroupObjectBuilder.php.
const DEFAULT_ACTION_OBJECT_NAME = 'action1' |
Definition at line 14 of file ActionGroupObjectBuilder.php.