diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-InvitationUpdateStruct.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-InvitationUpdateStruct.html index 838d773dd7..53be2c776b 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-InvitationUpdateStruct.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-InvitationUpdateStruct.html @@ -235,7 +235,7 @@

InvitationUpdateStruct.php : - 13 + 15
Final
@@ -244,6 +244,9 @@

Extends ValueObject +
+ Implements + TranslationContainerInterface

The base class for all value objects and structs.

@@ -280,7 +283,7 @@

InvitationUpdateStruct.php : - 26 + 28
@@ -357,7 +360,7 @@

InvitationUpdateStruct.php : - 53 + 55
@@ -394,7 +397,7 @@

InvitationUpdateStruct.php : - 37 + 39
@@ -423,6 +426,43 @@

Return values

string|null

+
+

+ publicgetTranslationMessages() + +

+
+ InvitationUpdateStruct.php + : + 68 + +
+
+ +
+ + + + + + + +
+
+
+
+
+
+
public static getTranslationMessages() : array<string|int, mixed>
+
+
+
+
+
+

Return values

+

array<string|int, mixed>

+ +

publicsetContext() @@ -431,7 +471,7 @@

InvitationUpdateStruct.php : - 61 + 63

@@ -493,7 +533,7 @@

InvitationUpdateStruct.php : - 45 + 47
@@ -665,6 +705,11 @@

getStatus() + +
  • + + getTranslationMessages() +
  • diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Exceptions-ContentTypeOwnedBySomeoneElseException.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Exceptions-ContentTypeOwnedBySomeoneElseException.html new file mode 100644 index 0000000000..5a279a5d8e --- /dev/null +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Exceptions-ContentTypeOwnedBySomeoneElseException.html @@ -0,0 +1,299 @@ + + + + + ContentTypeOwnedBySomeoneElseException | PHP API Reference (Ibexa Documentation) + + + + + + + + + + + + + + + + +
    Copied!
    + + + +
    + +
    + +
    +
    +
    + + + + + + + + +
    +
    +
    + + + +
    +
    + + +
    +

    + ContentTypeOwnedBySomeoneElseException

    + +
    + ContentTypeOwnedBySomeoneElseException.php + : + 11 + +
    +
    Interface
    + +
    + Extends + Exception
    +
    +

    Marker interface for all Repository related exceptions.

    + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + + + + + + + + + + diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-SiteAccess-ConfigResolverInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-SiteAccess-ConfigResolverInterface.html index 438f82617d..e00f05279d 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-SiteAccess-ConfigResolverInterface.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-SiteAccess-ConfigResolverInterface.html @@ -261,7 +261,74 @@

    +

    + Constants +

    +
    +

    + publicSCOPE_DEFAULT +

    +
    + ConfigResolverInterface.php + : + 23 + +
    +
    + +
    + + + + + + + +
    +
    +
    +
    +
    +
    +
    public string SCOPE_DEFAULT = 'default'
    +
    +
    +
    + + +
    +

    + publicSCOPE_GLOBAL +

    +
    + ConfigResolverInterface.php + : + 21 + +
    +
    + +
    + + + + + + + +
    +
    +
    +
    +
    +
    +
    public string SCOPE_GLOBAL = 'global'
    +
    +
    +
    + +

    Methods

    @@ -274,7 +341,7 @@

    ConfigResolverInterface.php : - 49 + 53
    @@ -312,7 +379,7 @@

    ConfigResolverInterface.php : - 30 + 34
    @@ -329,7 +396,7 @@

    -
    public getParameter(string $paramName[, string $namespace = null ][, string $scope = null ]) : mixed
    +
    public getParameter(string $paramName[, string|null $namespace = null ][, string|null $scope = null ]) : mixed
    @@ -372,7 +439,7 @@

    Parameters

    $namespace - string + string|null null @@ -390,7 +457,7 @@

    Parameters

    $scope - string + string|null null @@ -415,7 +482,7 @@

    ConfigResolverInterface.php : - 39 + 43
    @@ -432,7 +499,7 @@

    -
    public hasParameter(string $paramName[, string $namespace = null ][, string $scope = null ]) : bool
    +
    public hasParameter(string $paramName[, string|null $namespace = null ][, string|null $scope = null ]) : bool
    @@ -475,7 +542,7 @@

    Parameters

    $namespace - string + string|null null @@ -493,7 +560,7 @@

    Parameters

    $scope - string + string|null null @@ -520,7 +587,7 @@

    ConfigResolverInterface.php : - 44 + 48
    @@ -589,6 +656,25 @@

    Parameters