class DocviewProcessor extends xm_doclink_processor

Class CoAuthorDocumentProcessor

Properties

xm_doclink $mod
protected $actions

Methods

xmodel_doclink_document_view_count
doCountView(DocumentIndex $document_index)

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

bool
view_count(DocumentIndex $document_index, bool $action_status = false, bool $direct_show = false)

No description

Details

at line 99
xmodel_doclink_document_view_count doCountView(DocumentIndex $document_index)

No description

Parameters

DocumentIndex $document_index

Return Value

xmodel_doclink_document_view_count

at line 46
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 26
init()

No description

at line 69
bool view_count(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

bool