|
| | init () |
| |
| | procRssAdminInsertConfig () |
| |
| | procRssAdminDeleteFeedImage () |
| |
| | procRssAdminInsertModuleConfig () |
| |
| | setFeedConfig ($config) |
| |
| | setRssModuleConfig ($module_srl, $open_rss, $open_total_feed= 'N', $feed_description= 'N', $feed_copyright= 'N') |
| |
| | 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 () |
| |
| rssAdminController::init |
( |
| ) |
|
| rssAdminController::procRssAdminDeleteFeedImage |
( |
| ) |
|
| rssAdminController::procRssAdminInsertConfig |
( |
| ) |
|
| rssAdminController::procRssAdminInsertModuleConfig |
( |
| ) |
|
| rssAdminController::setFeedConfig |
( |
|
$config | ) |
|
| rssAdminController::setRssModuleConfig |
( |
|
$module_srl, |
|
|
|
$open_rss, |
|
|
|
$open_total_feed = 'N', |
|
|
|
$feed_description = 'N', |
|
|
|
$feed_copyright = 'N' |
|
) |
| |
A function t configure the RSS module
- Parameters
-
| integer | $module_srl | Module_srl |
| string | $open_rss | Choose open rss type. Y : Open all, H : Open summary, N : Not open |
| string | $open_total_feed | N : use open total feed, T_N : not use open total feed |
| string | $feed_description | Default value is 'N' |
| string | $feed_copyright | Default value is 'N' |
- Returns
- BaseObject
Definition at line 178 of file rss.admin.controller.php.
The documentation for this class was generated from the following file: