API.php
Cloudrexx
Tags
Table of Contents
Functions
- contrexx_isCoreModule() : bool
- Checks if a certain module, specified by param $moduleName, is a core module.
- contrexx_isModuleActive() : bool
- Checks if a certain module, specified by param $moduleName, is active.
- contrexx_isModuleInstalled() : bool
- Checks if a certain module, specified by param $moduleName, is installed.
- getPaging() : string
- OBSOLETE Use the {@see Paging::get()} method instead.
Functions
contrexx_isCoreModule()
Checks if a certain module, specified by param $moduleName, is a core module.
contrexx_isCoreModule(string $moduleName) : bool
Parameters
- $moduleName : string
Return values
boolcontrexx_isModuleActive()
Checks if a certain module, specified by param $moduleName, is active.
contrexx_isModuleActive(string $moduleName) : bool
Parameters
- $moduleName : string
Return values
boolcontrexx_isModuleInstalled()
Checks if a certain module, specified by param $moduleName, is installed.
contrexx_isModuleInstalled(string $moduleName) : bool
Parameters
- $moduleName : string
Return values
boolgetPaging()
OBSOLETE Use the {@see Paging::get()} method instead.
getPaging(int $numof_rows, int $pos, string $uri_parameter, string $paging_text[, bool $showeverytime = false ][, int $results_per_page = null ]) : string
Returs a string representing the complete paging HTML code for the current page. Note that the old $pos parameter is obsolete as well, see getPosition().
Parameters
- $numof_rows : int
-
The number of rows available
- $pos : int
-
The offset from the first row
- $uri_parameter : string
- $paging_text : string
- $showeverytime : bool = false
- $results_per_page : int = null
Tags
Return values
string —Result