commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
DuplicateAttributeValueError.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17  public const FIELD_ATTRIBUTE = 'attribute';
18 
25  public function getAttribute();
26 
30  public function setAttribute(?Attribute $attribute): void;
31 }