commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Label
CustomObjectLabel.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Label
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
14
interface
CustomObjectLabel
extends
Label
15
{
16
17
public
const
FIELD_KEY
=
'key'
;
18
public
const
FIELD_CONTAINER
=
'container'
;
19
24
public
function
getType
();
25
32
public
function
getKey
();
33
40
public
function
getContainer
();
41
45
public
function
setKey
(?
string
$key): void;
46
50
public
function
setContainer
(?
string
$container): void;
51
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Label\CustomObjectLabel
Definition:
CustomObjectLabel.php:15
Commercetools\History\Models\Label\CustomObjectLabel\getType
getType()
Commercetools\History\Models\Label\CustomObjectLabel\FIELD_KEY
const FIELD_KEY
Definition:
CustomObjectLabel.php:17
Commercetools\History\Models\Label\CustomObjectLabel\getKey
getKey()
Commercetools\History\Models\Label\CustomObjectLabel\setKey
setKey(?string $key)
Commercetools\History\Models\Label\CustomObjectLabel\setContainer
setContainer(?string $container)
Commercetools\History\Models\Label\CustomObjectLabel\getContainer
getContainer()
Commercetools\History\Models\Label\CustomObjectLabel\FIELD_CONTAINER
const FIELD_CONTAINER
Definition:
CustomObjectLabel.php:18
Commercetools\History\Models\Label\Label
Definition:
Label.php:15
Commercetools\History\Models\Label
Definition:
AssociateRoleLabel.php:9
Generated by
1.9.1