class SaveAttributesCommand extends Command (View source)

Saves a group of attribute keys against an object.

Class SaveAttributesCommand

Properties

protected AttributeKeyInterface[] $attributeKeys
protected ObjectInterface $object

Methods

static string
getHandler()

No description

from  Command
__construct(array $attributeKeys, ObjectInterface $object)

SaveAttributesCommand constructor.

array
getAttributeKeys()

No description

getObject()

No description

Details

static string getHandler()

No description

Return Value

string

__construct(array $attributeKeys, ObjectInterface $object)

SaveAttributesCommand constructor.

Parameters

array $attributeKeys
ObjectInterface $object

array getAttributeKeys()

No description

Return Value

array

ObjectInterface getObject()

No description

Return Value

ObjectInterface