|
| | getTrash ($trashSrl, $columnList=array()) |
| |
| | getTrashList ($args, $columnList=array()) |
| |
| | getTrashAllList ($args, $columnList=array()) |
| |
| | _setTrashObject (&$oTrashVO, $stdObject) |
| |
| | moduleInstall () |
| |
| | checkUpdate () |
| |
| | moduleUpdate () |
| |
| | 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 () |
| |
Definition at line 11 of file trash.model.php.
| trashModel::_setTrashObject |
( |
& |
$oTrashVO, |
|
|
|
$stdObject |
|
) |
| |
Set trash object from std object
- Parameters
-
- Returns
- void
Definition at line 84 of file trash.model.php.
| trashModel::getTrash |
( |
|
$trashSrl, |
|
|
|
$columnList = array() |
|
) |
| |
Get one trash object
- Parameters
-
| int | $trashSrl | array $columnList |
- Returns
- TrashVO
Definition at line 19 of file trash.model.php.
| trashModel::getTrashAllList |
( |
|
$args, |
|
|
|
$columnList = array() |
|
) |
| |
Get TrashVO all list
- Parameters
-
| object | $args | |
| array | $columnList | |
- Returns
- object
Definition at line 62 of file trash.model.php.
| trashModel::getTrashList |
( |
|
$args, |
|
|
|
$columnList = array() |
|
) |
| |
The documentation for this class was generated from the following file: