class CoAuthorDocumentProcessor extends xm_doclink_processor

Class CoAuthorDocumentProcessor

Properties

ApiMicrosoftController $mod
protected ApiCloudstorageController $apiCloudStorage
protected OnedriveBusinessStorageProvider $oneDriveStorageProvider

Methods

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

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

init()

Adds new share action on init.

xelos_global_template|array
on_trigger_action(DocumentIndex $document_index, mixed $action_status = false, mixed $direct_show = false, string|bool $keyname = false)

put your comment there.

Details

at line 71
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 38
init()

Adds new share action on init.

at line 92
xelos_global_template|array on_trigger_action(DocumentIndex $document_index, mixed $action_status = false, mixed $direct_show = false, string|bool $keyname = false)

put your comment there.

..

Parameters

DocumentIndex $document_index
mixed $action_status
mixed $direct_show
string|bool $keyname

Return Value

xelos_global_template|array

Exceptions

ContentException