class UploadDocumentProcessor extends xm_doclink_processor

Class UploadDocumentProcessor

Properties

ApiCloudstorageController $mod

Methods

ajax($container)

No description

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

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

get_actions()

put your comment there.

init()

Adds new share action on init.

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

put your comment there.

array|Template|xelos_global_template
show_upload(string $provider_keyname, DocumentIndex $document_index, bool $direct_show = false)

No description

Details

at line 206
ajax($container)

No description

Parameters

$container

at line 54
bool|array get_action(mixed $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

mixed $id
DocumentIndex $document_index

Return Value

bool|array

at line 95
get_actions()

put your comment there.

..

at line 27
init()

Adds new share action on init.

at line 221
xelos_global_template 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

Exceptions

ContentException

at line 117
array|Template|xelos_global_template show_upload(string $provider_keyname, DocumentIndex $document_index, bool $direct_show = false)

No description

Parameters

string $provider_keyname
DocumentIndex $document_index
bool $direct_show

Return Value

array|Template|xelos_global_template

Exceptions

ContentException