Class LC_Page_Rss_Products

Description

RSS(商品) のページクラス.

  • author: LOCKON CO.,LTD.
  • version: $Id: LC_Page_Rss_Products.php 17570 2008-08-28 02:18:46Z Seasoft $

Located in /class/pages/rss/LC_Page_Rss_Products.php (line 34)

LC_Page
   |
   --LC_Page_Rss_Products
Direct descendents
Class Description
LC_Page_Rss_Products_Ex RSS のページクラス(拡張).
Method Summary
void destroy ()
void init ()
array lfGetProductsAllclass (SC_Query $objQuery)
array lfGetProductsDetail ( &$objQuery, [integer $product_id = "all"], SC_Query $objQuery)
void process ()
Variables
Methods
destroy (line 147)

デストラクタ.

void destroy ()

Redefinition of:
LC_Page::destroy()
デストラクタ.

Redefined in descendants as:
init (line 44)

Page を初期化する.

void init ()

Redefinition of:
LC_Page::init()
Page を初期化する.

Redefined in descendants as:
lfGetProductsAllclass (line 200)

商品情報を取得する(vw_products_allclass使用)

  • return: 取得結果を配列で返す
array lfGetProductsAllclass (SC_Query $objQuery)
lfGetProductsDetail (line 158)

商品情報を取得する

  • return: 取得結果を配列で返す
array lfGetProductsDetail ( &$objQuery, [integer $product_id = "all"], SC_Query $objQuery)
  • SC_Query $objQuery: DB操作クラス
  • integer $product_id: 商品ID
  • &$objQuery
process (line 56)

Page のプロセス.

void process ()

Redefinition of:
LC_Page::process()
Page のプロセス.

Redefined in descendants as:

Inherited Methods

Inherited From LC_Page

LC_Page::allowClientCache()
LC_Page::destroy()
LC_Page::getLocation()
LC_Page::getRootPath()
LC_Page::getToken()
LC_Page::init()
LC_Page::isValidToken()
LC_Page::p()
LC_Page::process()
LC_Page::reload()
LC_Page::sendRedirect()

Documentation generated on Tue, 28 Apr 2009 18:12:49 +0900 by phpDocumentor 1.4.2