|
| | getCategory ($category_srl) |
| |
| | getPackages () |
| |
| | getInstalledPackage ($package_srl) |
| |
| | getPackage ($package_srl) |
| |
| | getCategoryList () |
| |
| | getPackageCount ($category_srl) |
| |
| | getInstalledPackageCount () |
| |
| | setDepth (&$item, $depth, &$list, &$resultList) |
| |
| | getLatestPackage () |
| |
| | getInstalledPackages ($package_list) |
| |
| | getInstalledPackageList ($page) |
| |
| | getTypeFromPath ($path) |
| |
| | getConfigFilePath ($type) |
| |
| | checkRemovable ($path) |
| |
| | getPackageSrlByPath ($path) |
| |
| | getRemoveUrlByPackageSrl ($packageSrl) |
| |
| | getRemoveUrlByPath ($path) |
| |
| | getUpdateUrlByPackageSrl ($packageSrl) |
| |
| | getUpdateUrlByPath ($path) |
| |
| | getHaveInstance ($columnList=array()) |
| |
| | __construct () |
| |
| | moduleInstall () |
| |
| | checkUpdate () |
| |
| | moduleUpdate () |
| |
| | recompileCache () |
| |
| | setModule ($module) |
| |
| | setModulePath ($path) |
| |
| | setRedirectUrl ($url= './', $output=NULL) |
| |
| | getRedirectUrl () |
| |
| | setMessage ($message= 'success', $type=NULL) |
| |
| | setMessageType ($type) |
| |
| | getMessageType () |
| |
| | setRefreshPage () |
| |
| | setAct ($act) |
| |
| | setModuleInfo ($module_info, $xml_info) |
| |
| | stop ($msg_code) |
| |
| | setTemplateFile ($filename) |
| |
| | getTemplateFile () |
| |
| | setTemplatePath ($path) |
| |
| | getTemplatePath () |
| |
| | setEditedLayoutFile ($filename) |
| |
| | getEditedLayoutFile () |
| |
| | setLayoutFile ($filename) |
| |
| | getLayoutFile () |
| |
| | setLayoutPath ($path) |
| |
| | getLayoutPath ($layout_name="", $layout_type="P") |
| |
| | proc () |
| |
| | __construct ($error=0, $message= 'success') |
| |
| | setError ($error=0) |
| |
| | getError () |
| |
| | setHttpStatusCode ($code= '200') |
| |
| | getHttpStatusCode () |
| |
| | setMessage ($message= 'success', $type=NULL) |
| |
| | getMessage () |
| |
| | add ($key, $val) |
| |
| | adds ($object) |
| |
| | get ($key) |
| |
| | gets () |
| |
| | getVariables () |
| |
| | getObjectVars () |
| |
| | toBool () |
| |
| | toBoolean () |
| |
| autoinstallModel::checkRemovable |
( |
|
$path | ) |
|
| autoinstallModel::getCategory |
( |
|
$category_srl | ) |
|
Get category information
- Parameters
-
| int | $category_srl | The sequence of category to get information |
- Returns
- object
Definition at line 17 of file autoinstall.model.php.
| autoinstallModel::getCategoryList |
( |
| ) |
|
| autoinstallModel::getConfigFilePath |
( |
|
$type | ) |
|
Get config file path by type
- Parameters
-
| string | $type | Type to get config file path |
- Returns
- string
Definition at line 280 of file autoinstall.model.php.
| autoinstallModel::getHaveInstance |
( |
|
$columnList = array() | ) |
|
| autoinstallModel::getInstalledPackage |
( |
|
$package_srl | ) |
|
Get installed packages information
- Parameters
-
| int | $package_srl | The sequence of package to get information |
- Returns
- object
Definition at line 50 of file autoinstall.model.php.
| autoinstallModel::getInstalledPackageCount |
( |
| ) |
|
| autoinstallModel::getInstalledPackageList |
( |
|
$page | ) |
|
| autoinstallModel::getInstalledPackages |
( |
|
$package_list | ) |
|
Get installed package informations
- Parameters
-
| array | $package_list | Package sequence list to get information |
- Returns
- array Returns array contains pacakge information. If no result returns empty array.
Definition at line 200 of file autoinstall.model.php.
| autoinstallModel::getLatestPackage |
( |
| ) |
|
Get lastest package information
- Returns
- object Returns lastest package information. If no result returns null.
Definition at line 184 of file autoinstall.model.php.
| autoinstallModel::getPackage |
( |
|
$package_srl | ) |
|
Get one package information
- Parameters
-
| int | $package_srl | The sequence of package to get information |
- Returns
- object
Definition at line 68 of file autoinstall.model.php.
| autoinstallModel::getPackageCount |
( |
|
$category_srl | ) |
|
Get pcakge count in category
- Parameters
-
| int | $category_srl | The sequence of category to get count |
- Returns
- int
Definition at line 126 of file autoinstall.model.php.
| autoinstallModel::getPackages |
( |
| ) |
|
| autoinstallModel::getPackageSrlByPath |
( |
|
$path | ) |
|
Get sequence of package by path
- Parameters
-
| string | $path | Path to get sequence |
- Returns
- int
Definition at line 340 of file autoinstall.model.php.
| autoinstallModel::getRemoveUrlByPackageSrl |
( |
|
$packageSrl | ) |
|
Get remove url by package srl
- Parameters
-
| int | $packageSrl | Sequence of pakcage to get url |
- Returns
- string
Definition at line 370 of file autoinstall.model.php.
| autoinstallModel::getRemoveUrlByPath |
( |
|
$path | ) |
|
Get remove url by path
- Parameters
-
| string | $path | Path to get url |
- Returns
- string
Definition at line 392 of file autoinstall.model.php.
| autoinstallModel::getTypeFromPath |
( |
|
$path | ) |
|
Get type using path
- Parameters
-
| string | $path | Path to get type |
- Returns
- string
Definition at line 252 of file autoinstall.model.php.
| autoinstallModel::getUpdateUrlByPackageSrl |
( |
|
$packageSrl | ) |
|
Get update url by package srl
- Parameters
-
| int | $packageSrl | Sequence to get url |
- Returns
- string
Definition at line 420 of file autoinstall.model.php.
| autoinstallModel::getUpdateUrlByPath |
( |
|
$path | ) |
|
Get update url by path
- Parameters
-
| string | $path | Path to get url |
- Returns
- string
Definition at line 436 of file autoinstall.model.php.
| autoinstallModel::setDepth |
( |
& |
$item, |
|
|
|
$depth, |
|
|
& |
$list, |
|
|
& |
$resultList |
|
) |
| |
Set depth, children list and package count of category
- Parameters
-
| object | $item | Category information |
| int | $depth | Depth of category |
| array | $list | Category list |
| array | $resultList | Final result list |
- Returns
- string $siblingList Comma seperated list
Definition at line 162 of file autoinstall.model.php.
The documentation for this class was generated from the following file: