CaMykS
1.0-20231201
|
Admin_SiteReport Module. More...
Public Attributes | |
$ritem | |
Request object. More... | |
$rtype | |
Request type object. More... | |
$itemlist | |
Request object list. More... | |
$typelist | |
Request object type list. More... | |
$config | |
Configuration object. More... | |
Public Attributes inherited from Module | |
$type | |
Module type, can be admin or content. More... | |
$title | |
Module title. More... | |
$libdesc | |
Module library description. More... | |
$theme | |
Theme applied to the Module. More... | |
$languages | |
Module available locale files. More... | |
$rights = array() | |
Module permissions. More... | |
$selected_layout = '' | |
Module layout to use. More... | |
$selected_layout_location = 'module' | |
Module layout location, can be module or camyks. More... | |
$help = null | |
Module help files. More... | |
$is_editable = true | |
Module has editable content. More... | |
Public Attributes inherited from Plugin | |
$name | |
Plugin name. More... | |
$version | |
Plugin version. More... | |
$active = false | |
Plugin installation status. More... | |
$plugin_package = '' | |
Plugin package. More... | |
$plugin_type | |
Plugin type. More... | |
$object_type | |
Plugin type. More... | |
$plugin_path | |
Plugin path. More... | |
$plugin_site_path | |
Plugin site path (for element overwriting). More... | |
$plugin_var_path | |
Plugin var path. More... | |
$plugin_url | |
Plugin URL. More... | |
$plugin_site_url | |
Plugin site URL (for element overwriting). More... | |
$plugin_var_url | |
Plugin var URL. More... | |
$path_type | |
Plugin path type. More... | |
$author_name | |
Plugin author name. More... | |
$author_mail | |
Plugin author email. More... | |
$author_group | |
Plugin author group. More... | |
$plugin_dependencies = array() | |
Plugin dependencies. More... | |
Protected Attributes | |
$itemsbypage = 20 | |
Configuration object. More... | |
$listpage | |
Admin list page parameter. More... | |
$listtype | |
Admin list type parameter. More... | |
$listviewed | |
Admin list status parameter. More... | |
$answermode | |
Current answer mode. More... | |
Protected Attributes inherited from Module | |
$libs = array() | |
Module libraries to load. More... | |
$text = '' | |
Module admin message. More... | |
Private Member Functions | |
init_admin_list () | |
init_admin_edittype () | |
init_admin_savetype () | |
init_admin_viewtype () | |
init_admin_deletetype () | |
init_admin_viewitem () | |
init_admin_saveitem () | |
init_admin_deleteitem () | |
init_admin_saveconfig () | |
init_admin_downloadfile () | |
init_admin_deletefile () | |
get_admin_tabs ($default='') | |
Additional Inherited Members | |
Protected Member Functions inherited from Module | |
init_admin_accessDenied () | |
init_admin_pageAccessDenied () | |
init_admin_actionNotAllowed () | |
init_admin_missingPlugin ($type, $name) | |
disable_adminEngineMenus () | |
add_moduleContentToPage ($pageId, $moduleIndex, $contentId) | |
get_PHPLibs () | |
Protected Member Functions inherited from Plugin | |
set_redirect ($time, $url='') | |
add_meta ($name, $content, $method='name') | |
add_toHtaccess ($content='') | |
add_dependency ($plugin, $type, $version='1.0', $mandatory=false) | |
set_dependencies () | |
register_asSharedObject ($name) | |
& | get_sharedObject ($name) |
register_asExtension ($plugin) | |
get_registeredExtensions () | |
register_asCaMykSEventHandler ($event) | |
Admin_SiteReport::__construct | ( | $path_type | ) |
Class constructor.
string | $path_type |
Admin_SiteReport::install | ( | ) |
Admin_SiteReport::is_installed | ( | ) |
Admin_SiteReport::get_rights | ( | ) |
Admin_SiteReport::get_adminControlPanelAction | ( | ) |
Admin_SiteReport::get_adminInternalNotifications | ( | ) |
Admin_SiteReport::init_admin | ( | ) |
|
private |
Initialise module object in admin/list mode
|
private |
Initialise module object in admin/edittype mode.
|
private |
Initialise module object in admin/savetype mode.
|
private |
Initialise module object in admin/viewtype mode.
|
private |
Initialise module object in admin/deletetype mode.
|
private |
Initialise module object in admin/viewitem mode
|
private |
Initialise module object in admin/saveitem mode.
|
private |
Initialise module object in admin/deleteitem mode.
|
private |
Initialise module object in admin/saveconfig mode.
|
private |
Initialise module object in admin/downloadfile mode.
|
private |
Initialise module object in admin/deletefile mode
|
private |
Build javascript for tabs.
Admin_SiteReport::$ritem |
Request object.
var Object $ritem
Admin_SiteReport::$rtype |
Request type object.
var Object $rtype
Admin_SiteReport::$itemlist |
Request object list.
var array $itemlist
Admin_SiteReport::$typelist |
Request object type list.
var array $typelist
Admin_SiteReport::$config |
Configuration object.
var Object $config
|
protected |
Configuration object.
var Object $config
|
protected |
Admin list page parameter.
var array $listpage
|
protected |
Admin list type parameter.
var array $listpage
|
protected |
Admin list status parameter.
var array $listpage
|
protected |
Current answer mode.
var string $answermode