Public Attributes | |
$pwd | |
$gnbLangBuffer | |
Public Attributes inherited from ModuleObject | |
$mid = NULL | |
string to represent run-time instance of Module (XE Module) More... | |
$module = NULL | |
Class name of Xe Module that is identified by mid. More... | |
$module_srl = NULL | |
integer value to represent a run-time instance of Module (XE Module) More... | |
$module_info = NULL | |
an object containing the module information More... | |
$origin_module_info = NULL | |
$xml_info = NULL | |
an object containing the module description extracted from XML file More... | |
$module_path = NULL | |
a path to directory where module source code resides More... | |
$act = NULL | |
a string value to contain the action name More... | |
$template_path = NULL | |
a path of directory where template files reside More... | |
$template_file = NULL | |
name of template file More... | |
$layout_path = '' | |
a path of directory where layout files reside More... | |
$layout_file = '' | |
name of layout file More... | |
$edited_layout_file = '' | |
name of temporary layout files that is modified in an admin mode More... | |
$stop_proc = FALSE | |
a flag to indicating whether to stop the execution of code. More... | |
$module_config = NULL | |
$ajaxRequestMethod = array('XMLRPC', 'JSON') | |
$gzhandler_enable = TRUE | |
Public Attributes inherited from BaseObject | |
$error = 0 | |
$message = 'success' | |
$variables = array() | |
$httpStatusCode = NULL | |
Definition at line 11 of file admin.admin.model.php.
adminAdminModel::getAdminFTPList | ( | ) |
Add file list to BaseObject after ftp connect
Definition at line 321 of file admin.admin.model.php.
adminAdminModel::getAdminFTPPath | ( | ) |
Find XE installed path on ftp
Definition at line 176 of file admin.admin.model.php.
adminAdminModel::getAdminMenuLang | ( | ) |
adminAdminModel::getAllSitesThatHaveModules | ( | $domain = NULL | ) |
Returns a list of all sites that contain modules For each site domain and site_srl are retrieved
Definition at line 871 of file admin.admin.model.php.
adminAdminModel::getEnv | ( | $type = 'WORKING' | ) |
Parameter arrange for send to XE collect server
string | $type | 'WORKING', 'INSTALL' |
Definition at line 396 of file admin.admin.model.php.
adminAdminModel::getFaviconUrl | ( | $default = true | ) |
Definition at line 937 of file admin.admin.model.php.
adminAdminModel::getFavoriteList | ( | $siteSrl = 0 , |
|
$isGetModuleInfo = FALSE |
|||
) |
Get admin favorite list
int | $siteSrl | if default site, siteSrl is zero |
bool | $isGetModuleInfo |
Definition at line 790 of file admin.admin.model.php.
adminAdminModel::getFTPPath | ( | ) |
Definition at line 98 of file admin.admin.model.php.
adminAdminModel::getMobileIconUrl | ( | $default = true | ) |
Definition at line 942 of file admin.admin.model.php.
adminAdminModel::getModulesSkinList | ( | ) |
adminAdminModel::getSFTPList | ( | ) |
Add file list to BaseObject after sftp connect
Definition at line 280 of file admin.admin.model.php.
adminAdminModel::getSFTPPath | ( | ) |
Find XE installed path on sftp
Definition at line 29 of file admin.admin.model.php.
adminAdminModel::getSiteAllList | ( | ) |
adminAdminModel::getSiteCountByDate | ( | $date = '' | ) |
Return site count
string | $date |
Definition at line 919 of file admin.admin.model.php.
adminAdminModel::getThemeInfo | ( | $theme_name, | |
$layout_list = NULL |
|||
) |
Return theme info
string | $theme_name | |
array | $layout_list |
Definition at line 539 of file admin.admin.model.php.
adminAdminModel::getThemeList | ( | ) |
Return theme info list by theme directory list
Definition at line 516 of file admin.admin.model.php.
adminAdminModel::iconUrlCheck | ( | $iconname, | |
$default_icon_name, | |||
$default | |||
) |
Definition at line 947 of file admin.admin.model.php.
adminAdminModel::isExistsFavorite | ( | $siteSrl, | |
$module | |||
) |
Check available insert favorite
int | $siteSrl | if default site, siteSrl is zero |
string | $module |
Definition at line 826 of file admin.admin.model.php.
adminAdminModel::$gnbLangBuffer |
Definition at line 24 of file admin.admin.model.php.
adminAdminModel::$pwd |
Definition at line 18 of file admin.admin.model.php.