Tariqa
3.0
|
Public Member Functions | |
__construct ($config, $search, $translationTable, $text=null) | |
onExecute () | |
getHeaders () | |
getDefaultTemplateFile () | |
canProcessRequest () | |
setOnBeforeNavigate ($code) | |
setOnAfterNavigate ($code) | |
Protected Attributes | |
$text = ' ' |
Class for generating the navigation for articles
__construct | ( | $ | config, |
$ | search, | ||
$ | translationTable, | ||
$ | text = null |
||
) |
Constructs the object
array | $config | The configuration array |
multiAjaxSearch | $search | The multi AJAX search for which the navigation is performed |
array | $translationTable | The translation table (used to translate the texts from the navigation |
string | $text | The text to display between the icons [OPTIONAL] public |
Process the request that have the page set to ajax
Reimplemented from mModule.
Gets the default template file
param_type | $param_name | param_desc public |
Reimplemented from mModule.
getHeaders | ( | ) |
setOnAfterNavigate | ( | $ | code | ) |
Sets the javascript code to be executed after navigating
string | $code | The javascript code public |
setOnBeforeNavigate | ( | $ | code | ) |
Sets the javascript code to be executed before navigating
string | $code | The javascript code public |
$text = ' ' [protected] |