commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
AttributeGroup
AttributeGroupSetAttributesAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\AttributeGroup
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
AttributeGroupSetAttributesAction
extends
AttributeGroupUpdateAction
15
{
16
public
const
FIELD_ATTRIBUTES
=
'attributes'
;
17
24
public
function
getAttributes
();
25
29
public
function
setAttributes
(?
AttributeReferenceCollection
$attributes): void;
30
}
Commercetools\Api\Models\AttributeGroup\AttributeReferenceCollection
Definition:
AttributeReferenceCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\AttributeGroup\AttributeGroupSetAttributesAction
Definition:
AttributeGroupSetAttributesAction.php:15
Commercetools\Api\Models\AttributeGroup\AttributeGroupSetAttributesAction\setAttributes
setAttributes(?AttributeReferenceCollection $attributes)
Commercetools\Api\Models\AttributeGroup\AttributeGroupSetAttributesAction\FIELD_ATTRIBUTES
const FIELD_ATTRIBUTES
Definition:
AttributeGroupSetAttributesAction.php:16
Commercetools\Api\Models\AttributeGroup\AttributeGroupSetAttributesAction\getAttributes
getAttributes()
Commercetools\Api\Models\AttributeGroup\AttributeGroupUpdateAction
Definition:
AttributeGroupUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\AttributeGroup
Definition:
AttributeGroup.php:9
Generated by
1.9.1