Class LC_Page_TrackBack

Description

トラックバック のページクラス.

[1]なるべく多くのブログに対応できるように、GET/POST に関わらず受信する [2]RSSの要求はGETで__modeパラメータがrssの場合のみ対応する(商品情報を返す) [3]文字コードは指定がなければautoで対応する [4]スパムは、オリジナル(好み)のアルゴリズムで対応できるようにしておく

  • author: LOCKON CO.,LTD.
  • version: $Id: LC_Page_TrackBack.php 16582 2007-10-29 03:06:29Z nanasess $

Located in /class/pages/tb/LC_Page_TrackBack.php (line 39)

LC_Page
   |
   --LC_Page_TrackBack
Direct descendents
Class Description
LC_Page_TrackBack_Ex トラックバック のページクラス(拡張).
Method Summary
void destroy ()
void IfResponseNg ()
void IfResponseOk ()
void IfResponseRss ( $product_id,  &$objQuery)
void init ()
void lfCheckError ( &$objFormParam)
void lfEntryTrackBack ( $arrData,  &$objQuery)
void lfInitParam ( &$objFormParam)
void lfSpamFilter ( $arrData, [ $run = false])
void process ()
Variables
Methods
destroy (line 178)

デストラクタ.

void destroy ()

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

Redefined in descendants as:
IfResponseNg (line 281)
void IfResponseNg ()
IfResponseOk (line 266)
void IfResponseOk ()
IfResponseRss (line 297)
void IfResponseRss ( $product_id,  &$objQuery)
  • $product_id
  • &$objQuery
init (line 49)

Page を初期化する.

void init ()

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

Redefined in descendants as:
lfCheckError (line 202)
void lfCheckError ( &$objFormParam)
  • &$objFormParam
lfEntryTrackBack (line 218)
void lfEntryTrackBack ( $arrData,  &$objQuery)
  • $arrData
  • &$objQuery
lfInitParam (line 188)
void lfInitParam ( &$objFormParam)
  • &$objFormParam
lfSpamFilter (line 251)
void lfSpamFilter ( $arrData, [ $run = false])
  • $arrData
  • $run
process (line 58)

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:13:01 +0900 by phpDocumentor 1.4.2