class AdminProcessor extends xm_doclink_processor

Properties

ReadConfirmationController $mod
protected $actions

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 260
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 57
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 28
init()

No description

at line 121
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