class AdminProcessor extends xm_doclink_processor

Properties

protected $actions
ReadConfirmationController $mod

Methods

array|string
confirm(DocumentIndex $document_index, bool $action_status = false, bool $direct_show = false)

No description

bool|array
get_action(string $id, DocumentIndex $document_index = null)

Returns action if any cloud service is registered in the cloud service manager.

init()

No description

array|string
request_confirmation(DocumentIndex $document_index, bool $action_status = false, bool $direct_show = false)

No description

Details

at line 220
array|string confirm(DocumentIndex $document_index, bool $action_status = false, bool $direct_show = false)

No description

Parameters

DocumentIndex $document_index
bool $action_status
bool $direct_show

Return Value

array|string

Exceptions

ContentException

at line 51
bool|array get_action(string $id, DocumentIndex $document_index = null)

Returns action if any cloud service is registered in the cloud service manager.

If there're no registered cloud provider, this method returns false.

Parameters

string $id
DocumentIndex $document_index

Return Value

bool|array

at line 22
init()

No description

at line 126
array|string request_confirmation(DocumentIndex $document_index, bool $action_status = false, bool $direct_show = false)

No description

Parameters

DocumentIndex $document_index
bool $action_status
bool $direct_show

Return Value

array|string