class Doclink

Methods

string
get_doclink_url(DocumentIndex|int $document_index_id, array $nested_path = null, bool $force_rights_context = false)

Get URL to page where the doclink document originates from

array
get_registry_data_by_model_name(string $module_name, string $model_name)

Returns an array with all document registry data

bool|mixed|string|null
handle_doclink_url(string $page_id, array $args)

No description

increaseViewCounter(DocumentIndex $documentIndex)

No description

Details

Get URL to page where the doclink document originates from

Parameters

DocumentIndex|int $document_index_id
array $nested_path
bool $force_rights_context

Return Value

string

URL or boolean false

at line 27
array get_registry_data_by_model_name(string $module_name, string $model_name)

Returns an array with all document registry data

Parameters

string $module_name
string $model_name

Return Value

array

No description

Parameters

string $page_id
array $args

Unsanitized Params

Return Value

bool|mixed|string|null

Exceptions

Exception

at line 259
increaseViewCounter(DocumentIndex $documentIndex)

No description

Parameters

DocumentIndex $documentIndex