class TagPage extends Page

Display Tag-Suggestion Page (Used for AJAX Tag Auto-Suggest Calls)

Properties

TaggingController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page($tag = null)

Standard Get Page Controller

void
orderDocuments(array $documents)

Sorting function to determine the order of the documents to display.

Details

at line 20
xelos_global_template|string|bool get_page($tag = null)

Standard Get Page Controller

Parameters

$tag

Return Value

xelos_global_template|string|bool

at line 129
void orderDocuments(array $documents)

Sorting function to determine the order of the documents to display.

Can be swapped easily with another algorithm / functionality to provide an alternative order.

Parameters

array $documents

Return Value

void