diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cdp-Exception-MembershipApiException.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cdp-Exception-MembershipApiException.html new file mode 100644 index 0000000000..4eabc3e53f --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cdp-Exception-MembershipApiException.html @@ -0,0 +1,298 @@ + + +
+ +|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $id + | ++ string + | ++ - + | ++ - + | +
| + $name + | ++ string + | ++ - + | ++ - + | +
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $identifierType + | ++ string + | ++ - + | ++ - + | +
| + $identifierValue + | ++ string + | ++ - + | ++ - + | +
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $memberships + | ++ array<string|int, Membership> + | ++ - + | ++ - + | +
|
+
+
+ + |
+
+
+
+
+ |
+
int
+ +
+
+ Message for asynchronous server-side tracking.
+ + + + +|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $eventData + | ++ EventDataInterface + | ++ - + | ++ - + | +
| + $customerId + | ++ string + | ++ - + | ++ - + | +
| + $url + | ++ string + | ++ - + | ++ - + | +
| + $cookieId + | ++ string + | ++ '' + | ++ - + | +
| + $sessionId + | ++ string + | ++ '' + | ++ - + | +
| + $userId + | ++ string|null + | ++ null + | ++ - + | +
| + $moduleName + | ++ string|null + | ++ null + | ++ - + | +
public getUserCrossSellingItemsWeb([int $numOfItems = 10 ][, array<string, mixed> $options = [] ]) : ProductRecommendations
+ public getUserCrossSellingItemsWeb(bool $inStockOnly[, int $numOfItems = 10 ][, array<string, mixed> $options = [] ]) : ProductRecommendations
public getUserLookAlikeItemsWeb([int $numOfItems = 10 ][, array<string, mixed> $options = [] ]) : ProductRecommendations
+ public getUserLookAlikeItemsWeb(bool $inStockOnly[, int $numOfItems = 10 ][, array<string, mixed> $options = [] ]) : ProductRecommendations
+
+ Base class for tracking event data with common parameter building logic.
+ + + + + + + + + + + + + +|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $url + | ++ string + | ++ - + | ++ - + | +
| + $websiteId + | ++ string|null + | ++ null + | ++ - + | +
|
+
+
+ + |
+
+
+
+
+ |
+
Returns optional template hint for special rendering needs.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
string|null
+ + +Returns Raptor tracking parameters.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
array<string, mixed>
+ + +|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $required + | ++ array<string, mixed> + | ++ - + | ++ - + | +
| + $optional + | ++ array<string, mixed> + | ++ [] + | ++ - + | +
array<string, mixed>
+ + +|
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
|
+
+
+ + |
+
+
+
+
+ |
+
Track any event type using generic EventDataInterface.
|
-
+
|
@@ -434,6 +433,20 @@ - | + +||
| + $customerId + | ++ string|null + | ++ null + | ++ - + |
@@ -448,6 +461,48 @@ Parameters | - | +||
| + $cookieId + | ++ string|null + | ++ null + | ++ - + | +
| + $sessionId + | ++ string|null + | ++ null + | ++ - + | +
| + $userId + | ++ string|null + | ++ null + | ++ - + |
public __construct(int $id, int $userId, string $languageCode, array<string|int, FieldValue> $values[, DateTimeInterface|null $created = null ])
+ public __construct(int $id, int $userId, string $languageCode, array<int|string, FieldValue|null> $values[, DateTimeInterface|null $created = null ])
public getValues() : array<string|int, FieldValue>
+ public getValues() : array<int|string, FieldValue|null>
array<string|int, FieldValue>
+array<int|string, FieldValue|null>
diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-HttpCache-ResponseTagger-ResponseTagger.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-HttpCache-ResponseTagger-ResponseTagger.html index abaa028958..987b8a34b1 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-HttpCache-ResponseTagger-ResponseTagger.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-HttpCache-ResponseTagger-ResponseTagger.html @@ -235,7 +235,7 @@Returns the stored availability value as persisted for the product.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
bool
+ + +Returns the availability value computed for the current business context.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
bool
+ + +bool
- + +public normalize(mixed $object[, string|null $format = null ][, array<string, mixed> $context = [] ]) : array<string|int, mixed>|bool|string|int|float|null|ArrayObject
+ public normalize(mixed $object[, string|null $format = null ][, array<string, mixed> $context = [] ]) : array<string|int, mixed>|bool|string|int|float|ArrayObject<int|string, mixed>|null
array<string|int, mixed>|bool|string|int|float|null|ArrayObject
+array<string|int, mixed>|bool|string|int|float|ArrayObject<int|string, mixed>|null
Readonly properties values must be set using $properties as they aren't writable anymore
-after object has been created.
public __construct(array<string|int, mixed> $values)
+ public __construct(array<string, mixed> $values)
string
- + +public getValues() : array<string|int, mixed>
+ public getValues() : array<string, mixed>
array<string|int, mixed>
+array<string, mixed>
|
+
+
+ + |
+
+
+
+
+ |
+
| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $versionInfo + | ++ VersionInfo + | ++ - + | ++ - + | +
| + $name + | ++ string|null + | ++ null + | ++ - + | +
WorkflowMetadata
+ +