merge from 1.5.3 (~r10943)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@10951 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-07-27 02:47:10 +00:00
parent 7aa4798373
commit 54e3a72065
334 changed files with 13011 additions and 5561 deletions

View file

@ -1,14 +1,16 @@
<?php
/**
* @class rss
* High class of rss module
*
* @author NHN (developers@xpressengine.com)
* @brief The view class of the rss module
**/
class rss extends ModuleObject {
/**
* @brief Additional tasks required to accomplish during the installation
* Additional tasks required to accomplish during the installation
*
* @return Object
**/
function moduleInstall() {
// Register in action forward
@ -25,7 +27,8 @@
}
/**
* @brief A method to check if the installation has been successful
* A method to check if the installation has been successful
* @return bool
**/
function checkUpdate() {
$oModuleModel = &getModel('module');
@ -42,7 +45,9 @@
}
/**
* @brief Execute update
* Execute update
*
* @return Object
**/
function moduleUpdate() {
$oModuleModel = &getModel('module');
@ -63,7 +68,9 @@
}
/**
* @brief Re-generate the cache file
* Re-generate the cache file
*
* @return void
**/
function recompileCache() {
}