Class: Loggix_Module_Rss
Source Location: /Module/Rss.php
Class Overview
Loggix_Core | --Loggix_Application | --Loggix_Module | --Loggix_Module_Rss
Inherited Constants
Class: Loggix_Core
- Loggix_Core::LOGGIX_DATABASE_TYPE
- Loggix_Core::LOGGIX_MODULE_DIR
- Loggix_Core::LOGGIX_MYSQL_DBNAME
- Loggix_Core::LOGGIX_MYSQL_HOST
- Loggix_Core::LOGGIX_MYSQL_PASS
- Loggix_Core::LOGGIX_MYSQL_USER
- Loggix_Core::LOGGIX_PLUGIN_DIR
- Loggix_Core::LOGGIX_PROJ_URI
- Loggix_Core::LOGGIX_RESOURCE_DIR
- Loggix_Core::LOGGIX_SQLITE_2
- Loggix_Core::LOGGIX_SQLITE_3
- Loggix_Core::LOGGIX_THEME_DIR
- Loggix_Core::LOGGIX_TITLE_SEPARATOR
- Loggix_Core::LOGGIX_VERSION
Inherited Variables
Inherited Methods
Class: Loggix_Module
- Loggix_Module::getModuleLanguage()
- Get Language File
Class: Loggix_Application
- Loggix_Application::display()
- Display XHTML
- Loggix_Application::getArchives()
- Get Archived Entry list
- Loggix_Application::getContentMenu()
- Get Content Menu
- Loggix_Application::getCssSwitchArray()
- Get CSS list
- Loggix_Application::getPager()
- Generate Pager
- Loggix_Application::sendAttachments()
- Send Attachment Files
- Loggix_Application::sendHttpHeaders()
- Send HTTP Headers to User Agent
- Loggix_Application::setAttachments()
- Get Attachment File Table View
- Loggix_Application::setEntryItems()
- Set Entry Items
- Loggix_Application::setMenuItems()
- Set variables for menu items
- Loggix_Application::setTitle()
- Set Document Title
- Loggix_Application::setXmlLanguage()
- Set XML Language
Class: Loggix_Core
- Loggix_Core::__construct()
- Constructor : Open datbase and load functions and modules.
- Loggix_Core::addTag()
- Add tag data into tag map table
- Loggix_Core::getAdminMenu()
- Get Admin Menu
- Loggix_Core::getConfigArray()
- Get Config settings
- Loggix_Core::getLanguage()
- Get Language File in /lang/ directory.
- Loggix_Core::getMenuList()
- Menu List
- Loggix_Core::getOutOfSession()
- Get out of session
- Loggix_Core::getRequestUri()
- Get Reqeust URI
- Loggix_Core::getRootUri()
- Get Root URI
- Loggix_Core::getSearchHitsSql()
- Get Search Hits SQL
- Loggix_Core::getSearchSql()
- Generate Search SQL
- Loggix_Core::getSearchSqlParams()
- Get Search SQL Parameters
- Loggix_Core::getSessionState()
- Session Control
- Loggix_Core::getTagArray()
- Generate tag array
- Loggix_Core::getTagCloudArray()
- Get Tag Cloud Array
- Loggix_Core::getTagHitsSql()
- Get Tag Hits SQL
- Loggix_Core::getTagIdArray()
- Generate tag ID array
- Loggix_Core::getTagSql()
- Get Tag SQL
- Loggix_Core::getTagSqlParams()
- Get Tag SQL Parameters
- Loggix_Core::getTotalItemsCount()
- Get Total Items Count
- Loggix_Core::setMenuItems()
- Set variables for menu items
- Loggix_Core::setSearchItems()
- Set Search Result Items
- Loggix_Core::_includeModules()
- Load Modules in /lib/Loggix/Module/ directory.
- Loggix_Core::_includePlugins()
- Load Modules in /plugins/ directory.
- Loggix_Core::__call()
- Relay the method call to Loggix_Utility
- Loggix_Core::__destruct()
- Destructor
Class Methods
method getEnclosure [line 203]
string getEnclosure(
string
$comment)
Get Enclosure
Tags:
| access: | public |
Parameters:
| string | $comment |
[ Top ]
method getEnclosureInfo [line 149]
array getEnclosureInfo(
string
$enclosureName)
Get Enclosure Information
Tags:
| access: | public |
Parameters:
| string | $enclosureName |
[ Top ]
method getEnclosureNode [line 180]
string getEnclosureNode(
string
$enclosureName)
Get Enclosure Node
Tags:
| access: | public |
Parameters:
| string | $enclosureName |
[ Top ]
method getRssTimeFormat [line 95]
string getRssTimeFormat(
string
$version)
Get RSS Time Format
Tags:
| access: | public |
Parameters:
| string | $version |
[ Top ]
method getRssUri [line 31]
void getRssUri(
$rssVersion)
Generate RSS URI
Tags:
| access: | public |
Parameters:
| $rssVersion |
[ Top ]
method toEnclosure [line 221]
string toEnclosure(
string
$comment)
Convert Text to Enclosure
Tags:
| access: | public |
Parameters:
| string | $comment |
[ Top ]