|
| init () |
|
| getDocuments ($target, $module_srls_list, $search_target, $search_keyword, $page=1, $list_count=20) |
|
| getComments ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20) |
|
| getTrackbacks ($target, $module_srls_list, $search_target="title", $search_keyword, $page=1, $list_count=20) |
|
| _getFiles ($target, $module_srls_list, $search_keyword, $page, $list_count, $direct_download= 'Y') |
|
| getImages ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20) |
|
| getFiles ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20) |
|
| moduleInstall () |
| Implement if additional tasks are necessary when installing. More...
|
|
| checkUpdate () |
| a method to check if successfully installed More...
|
|
| moduleUpdate () |
| Execute update. More...
|
|
| updateForUniqueSiteDomain () |
|
| recompileCache () |
| Re-generate the cache file. More...
|
|
| 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 () |
|
integration_searchModel::_getFiles |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_keyword, |
|
|
|
$page, |
|
|
|
$list_count, |
|
|
|
$direct_download = 'Y' |
|
) |
| |
Search file
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
string | $direct_download | Y or N |
- Returns
- BaseObject output file list
Definition at line 153 of file integration_search.model.php.
integration_searchModel::getComments |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_keyword, |
|
|
|
$page = 1 , |
|
|
|
$list_count = 20 |
|
) |
| |
Search comment
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
- Returns
- BaseObject output comment list
Definition at line 74 of file integration_search.model.php.
integration_searchModel::getDocuments |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_target, |
|
|
|
$search_keyword, |
|
|
|
$page = 1 , |
|
|
|
$list_count = 20 |
|
) |
| |
Search documents
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_target | Target |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
- Returns
- BaseObject output document list
Definition at line 31 of file integration_search.model.php.
integration_searchModel::getFiles |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_keyword, |
|
|
|
$page = 1 , |
|
|
|
$list_count = 20 |
|
) |
| |
Search for attachments. call function _getFiles().
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
- Returns
- BaseObject
Definition at line 268 of file integration_search.model.php.
integration_searchModel::getImages |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_keyword, |
|
|
|
$page = 1 , |
|
|
|
$list_count = 20 |
|
) |
| |
Search Multimedia. call function _getFiles().
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
- Returns
- BaseObject
Definition at line 252 of file integration_search.model.php.
integration_searchModel::getTrackbacks |
( |
|
$target, |
|
|
|
$module_srls_list, |
|
|
|
$search_target = "title" , |
|
|
|
$search_keyword, |
|
|
|
$page = 1 , |
|
|
|
$list_count = 20 |
|
) |
| |
Search trackbacks
- Parameters
-
string | $target | choose target. exclude or include for $module_srls_list |
string | $module_srls_list | module_srl list to string type. ef - 102842,59392,102038 |
string | $search_target | Target |
string | $search_keyword | Keyword |
integer | $page | page of page navigation |
integer | $list_count | list count of page navigation |
- Returns
- BaseObject output trackback list
Definition at line 118 of file integration_search.model.php.
integration_searchModel::init |
( |
| ) |
|
The documentation for this class was generated from the following file: