package |
Default |
---|
__construct(string $id, \CWebModule $module = null)
access |
public |
---|---|
string
\CWebModule
_checkInstallation() : void
access |
protected |
---|---|
_init()
createAbsoluteUrl(string $route, array $params = array(), string $schema = '', string $ampersand = '&') : string
string
the URL route. This should be in the format of 'ControllerID/ActionID'.
array
additional GET parameters (name=>value). Both the name and value will be URL-encoded.
string
schema to use (e.g. http, https). If empty, the schema used for the current request will be used.
string
the token separating name-value pairs in the URL.
string
the constructed URL
loadHelper(string $helper) : void
access |
public |
---|
string
loadLibrary(string $library) : void
access |
public |
---|
string
loadPageStates() : array
array
the loaded page states
navData : array
var |
---|
array