diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ActivityLog-ActivityLogServiceInterface.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ActivityLog-ActivityLogServiceInterface.html index 5acb59706e..c416f4c171 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ActivityLog-ActivityLogServiceInterface.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ActivityLog-ActivityLogServiceInterface.html @@ -224,9 +224,7 @@
public mixed ACTION_COPY = 'copy'
+ public string ACTION_COPY = 'copy'
public mixed ACTION_CREATE = 'create'
+ public string ACTION_CREATE = 'create'
public mixed ACTION_CREATE_DRAFT = 'create_draft'
+ public string ACTION_CREATE_DRAFT = 'create_draft'
public mixed ACTION_DELETE = 'delete'
+ public string ACTION_DELETE = 'delete'
public mixed ACTION_DELETE_TRANSLATION = 'delete_translation'
+ public string ACTION_DELETE_TRANSLATION = 'delete_translation'
public mixed ACTION_HIDE = 'hide'
+ public string ACTION_HIDE = 'hide'
public mixed ACTION_MOVE = 'move'
+ public string ACTION_MOVE = 'move'
public mixed ACTION_PUBLISH = 'publish'
+ public string ACTION_PUBLISH = 'publish'
public mixed ACTION_RESTORE = 'restore'
+ public string ACTION_RESTORE = 'restore'
public mixed ACTION_REVEAL = 'reveal'
+ public string ACTION_REVEAL = 'reveal'
public mixed ACTION_SWAP = 'swap'
+ public string ACTION_SWAP = 'swap'
public mixed ACTION_TRASH = 'trash'
+ public string ACTION_TRASH = 'trash'
public mixed ACTION_UPDATE = 'update'
+ public string ACTION_UPDATE = 'update'
public mixed TYPE_AND = 'AND'
+ public string TYPE_AND = 'AND'
public mixed TYPE_OR = 'OR'
+ public string TYPE_OR = 'OR'
public mixed EQ = '='
+ public string EQ = '='
public mixed GT = '>'
+ public string GT = '>'
public mixed GTE = '>='
+ public string GTE = '>='
public mixed LT = '<'
+ public string LT = '<'
public mixed LTE = '<='
+ public string LTE = '<='
public mixed NEQ = '<>'
+ public string NEQ = '<>'
public mixed TYPE_AND = 'AND'
+ public string TYPE_AND = 'AND'
public mixed TYPE_OR = 'OR'
+ public string TYPE_OR = 'OR'
public mixed TYPE_AND = 'AND'
+ public string TYPE_AND = 'AND'
public mixed TYPE_OR = 'OR'
+ public string TYPE_OR = 'OR'
public mixed OPERATOR_CONTAINS = \Doctrine\Common\Collections\Expr\Comparison::CONTAINS
+ public string OPERATOR_CONTAINS = \Doctrine\Common\Collections\Expr\Comparison::CONTAINS
public mixed OPERATOR_ENDS_WITH = \Doctrine\Common\Collections\Expr\Comparison::ENDS_WITH
+ public string OPERATOR_ENDS_WITH = \Doctrine\Common\Collections\Expr\Comparison::ENDS_WITH
public mixed OPERATOR_EQUALS = \Doctrine\Common\Collections\Expr\Comparison::EQ
+ public string OPERATOR_EQUALS = \Doctrine\Common\Collections\Expr\Comparison::EQ
public mixed OPERATOR_STARTS_WITH = \Doctrine\Common\Collections\Expr\Comparison::STARTS_WITH
+ public string OPERATOR_STARTS_WITH = \Doctrine\Common\Collections\Expr\Comparison::STARTS_WITH
public mixed DEFAULT_LIMIT = 25
+ public int DEFAULT_LIMIT = 25
public mixed ASC = 'ASC'
+ public string ASC = 'ASC'
public mixed DESC = 'DESC'
+ public string DESC = 'DESC'
public mixed CONTENT_AUTOSAVE = 'content.edit.autosave'
+ public string CONTENT_AUTOSAVE = 'content.edit.autosave'
public mixed CONTENT_CREATE = 'ibexa.content_on_the_fly.create'
+ public string CONTENT_CREATE = 'ibexa.content_on_the_fly.create'
public mixed CONTENT_CREATE_PUBLISH = 'ibexa.content_on_the_fly.create.publish'
+ public string CONTENT_CREATE_PUBLISH = 'ibexa.content_on_the_fly.create.publish'
public mixed CONTENT_EDIT = 'ibexa.content_on_the_fly.edit'
+ public string CONTENT_EDIT = 'ibexa.content_on_the_fly.edit'
public mixed CONTENT_EDIT_PUBLISH = 'ibexa.content_on_the_fly.edit.publish'
+ public string CONTENT_EDIT_PUBLISH = 'ibexa.content_on_the_fly.edit.publish'
public mixed NAME = 'field_definition.mapping'
+ public string NAME = 'field_definition.mapping'
public mixed CONTENT_TYPE_ADD_FIELD_DEFINITION = 'contentType.update.addFieldDefinition'
+ public string CONTENT_TYPE_ADD_FIELD_DEFINITION = 'contentType.update.addFieldDefinition'
public mixed CONTENT_TYPE_PUBLISH = 'contentType.update.publishContentType'
+ public string CONTENT_TYPE_PUBLISH = 'contentType.update.publishContentType'
public mixed CONTENT_TYPE_PUBLISH_AND_EDIT = 'contentType.update.publishAndEditContentType'
+ public string CONTENT_TYPE_PUBLISH_AND_EDIT = 'contentType.update.publishAndEditContentType'
public mixed CONTENT_TYPE_REMOVE_DRAFT = 'contentType.update.removeDraft'
+ public string CONTENT_TYPE_REMOVE_DRAFT = 'contentType.update.removeDraft'
public mixed CONTENT_TYPE_REMOVE_FIELD_DEFINITION = 'contentType.update.removeFieldDefinition'
+ public string CONTENT_TYPE_REMOVE_FIELD_DEFINITION = 'contentType.update.removeFieldDefinition'
public mixed CONTENT_TYPE_UPDATE = 'contentType.update'
+ public string CONTENT_TYPE_UPDATE = 'contentType.update'
public mixed USER_CREATE = 'ibexa.user_on_the_fly.create'
+ public string USER_CREATE = 'ibexa.user_on_the_fly.create'
public mixed USER_CREATE_PUBLISH = 'ibexa.user_on_the_fly.create.create'
+ public string USER_CREATE_PUBLISH = 'ibexa.user_on_the_fly.create.create'
public mixed USER_EDIT = 'ibexa.user_on_the_fly.edit'
+ public string USER_EDIT = 'ibexa.user_on_the_fly.edit'
public mixed USER_EDIT_PUBLISH = 'ibexa.user_on_the_fly.edit.update'
+ public string USER_EDIT_PUBLISH = 'ibexa.user_on_the_fly.edit.update'
protected mixed IBEXA_BTN_CONTENT_DRAFT_EDIT_CLASS = 'ibexa-btn--content-draft-edit'
+ protected string IBEXA_BTN_CONTENT_DRAFT_EDIT_CLASS = 'ibexa-btn--content-draft-edit'
protected mixed TRANSLATION_DOMAIN = 'ibexa_action_menu'
+ protected string TRANSLATION_DOMAIN = 'ibexa_action_menu'
public mixed EVENT_NAME_PREFIX = 'ibexa.admin_ui.action'
+ public string EVENT_NAME_PREFIX = 'ibexa.admin_ui.action'
public mixed TYPE_FAILURE = 'failure'
+ public string TYPE_FAILURE = 'failure'
public mixed TYPE_SUCCESS = 'success'
+ public string TYPE_SUCCESS = 'success'
public mixed ROOT_LOCATION_ID = 1
+ public int ROOT_LOCATION_ID = 1
public mixed SORT_CLAUSE_CONTENT_NAME = 'ContentName'
+ public string SORT_CLAUSE_CONTENT_NAME = 'ContentName'
public mixed SORT_CLAUSE_DATE_PUBLISHED = 'DatePublished'
+ public string SORT_CLAUSE_DATE_PUBLISHED = 'DatePublished'
public mixed GROUP_BY_DAY = 'P1D'
+ public string GROUP_BY_DAY = 'P1D'
public mixed GROUP_BY_WEEK = 'P7D'
+ public string GROUP_BY_WEEK = 'P7D'
public mixed DEFAULT_COUNT = 10
+ public int DEFAULT_COUNT = 10
public mixed DEFAULT_LIMIT = 25
+ public int DEFAULT_LIMIT = 25
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public __construct(ResponseInterface $response[, string $message = null ][, int $code = 0 ][, Throwable $previous = null ])
+ public __construct(ResponseInterface $response[, string|null $message = null ][, int $code = 0 ][, Throwable|null $previous = null ])
Represents response from Raptor recommendations API.
- + @@ -264,20 +259,20 @@public array<string|int, mixed> $items
+ public string $id
public int $totalCount
+ public string $name
public __construct(array<string|int, mixed> $items, int $totalCount)
+ public __construct(string $id, string $name)
public mixed DEFAULT_LIMIT = 25
+ public int DEFAULT_LIMIT = 25
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed COMPARISON_CONTAINS = 'CONTAINS'
+ public string COMPARISON_CONTAINS = 'CONTAINS'
public mixed COMPARISON_ENDS_WITH = 'ENDS_WITH'
+ public string COMPARISON_ENDS_WITH = 'ENDS_WITH'
public mixed COMPARISON_EQ = '='
+ public string COMPARISON_EQ = '='
public mixed COMPARISON_GT = '>'
+ public string COMPARISON_GT = '>'
public mixed COMPARISON_GTE = '>='
+ public string COMPARISON_GTE = '>='
public mixed COMPARISON_IN = 'IN'
+ public string COMPARISON_IN = 'IN'
public mixed COMPARISON_LT = '<'
+ public string COMPARISON_LT = '<'
public mixed COMPARISON_LTE = '<='
+ public string COMPARISON_LTE = '<='
public mixed COMPARISON_MEMBER_OF = 'MEMBER_OF'
+ public string COMPARISON_MEMBER_OF = 'MEMBER_OF'
public mixed COMPARISON_NEQ = '<>'
+ public string COMPARISON_NEQ = '<>'
public mixed COMPARISON_NIN = 'NIN'
+ public string COMPARISON_NIN = 'NIN'
public mixed COMPARISON_STARTS_WITH = 'STARTS_WITH'
+ public string COMPARISON_STARTS_WITH = 'STARTS_WITH'
public mixed SORT_ASC = SortDirection::ASC
+ public string SORT_ASC = SortDirection::ASC
public mixed SORT_DESC = SortDirection::DESC
+ public string SORT_DESC = SortDirection::DESC
public mixed SORT_ASC = SortDirection::ASC
+ public string SORT_ASC = SortDirection::ASC
public mixed SORT_DESC = SortDirection::DESC
+ public string SORT_DESC = SortDirection::DESC
public mixed SORT_ASC = SortDirection::ASC
+ public string SORT_ASC = SortDirection::ASC
public mixed SORT_DESC = SortDirection::DESC
+ public string SORT_DESC = SortDirection::DESC
public mixed SORT_ASC = SortDirection::ASC
+ public string SORT_ASC = SortDirection::ASC
public mixed SORT_DESC = SortDirection::DESC
+ public string SORT_DESC = SortDirection::DESC