Class Ethna_View_List

Description

リストビュー基底クラスの実装

Located in /class/View/List.php (line 20)

Ethna_ViewClass
   |
   --Ethna_View_List
Variable Summary
 mixed $class_name
 mixed $count
 mixed $offset
 mixed $search_list
Method Summary
 void preforward ()
 void _fixNameObject ( $value,  $obj)
 array _getNavigation (int $total,  &$list, array $list)
 string _getQueryParameter (array $search_list)
 void _setQueryOption ()
Variables
Methods
preforward (line 48)

遷移前処理

  • access: public
void preforward ()

Redefinition of:
Ethna_ViewClass::preforward()
画面表示前処理
_fixNameObject (line 107)

表示項目を修正する

  • access: protected
void _fixNameObject ( $value,  $obj)
  • $value
  • $obj
_getNavigation (line 120)

ナビゲーション情報を取得する

  • return: ナビゲーション情報を格納した配列
  • access: protected
array _getNavigation (int $total,  &$list, array $list)
  • int $total: 検索総件数
  • array $list: 検索結果
  • &$list
_getQueryParameter (line 162)

検索内容を格納したGET引数を生成する

  • return: 検索内容を格納したGET引数
  • access: protected
string _getQueryParameter (array $search_list)
  • array $search_list: 検索対象一覧
_setQueryOption (line 151)

検索項目を生成する

  • access: protected
void _setQueryOption ()

Inherited Methods

Inherited From Ethna_ViewClass

 Ethna_ViewClass::__construct()
 Ethna_ViewClass::addActionFormHelper()
 Ethna_ViewClass::clearActionFormHelper()
 Ethna_ViewClass::error()
 Ethna_ViewClass::forward()
 Ethna_ViewClass::getCurrentForwardName()
 Ethna_ViewClass::getFormBlock()
 Ethna_ViewClass::getFormInput()
 Ethna_ViewClass::getFormName()
 Ethna_ViewClass::getFormSubmit()
 Ethna_ViewClass::getLayout()
 Ethna_ViewClass::header()
 Ethna_ViewClass::preforward()
 Ethna_ViewClass::redirect()
 Ethna_ViewClass::resetFormCounter()
 Ethna_ViewClass::setLayout()
 Ethna_ViewClass::templateExists()
 Ethna_ViewClass::_getFormInput_Button()
 Ethna_ViewClass::_getFormInput_Checkbox()
 Ethna_ViewClass::_getFormInput_File()
 Ethna_ViewClass::_getFormInput_Hidden()
 Ethna_ViewClass::_getFormInput_Html()
 Ethna_ViewClass::_getFormInput_Password()
 Ethna_ViewClass::_getFormInput_Radio()
 Ethna_ViewClass::_getFormInput_Select()
 Ethna_ViewClass::_getFormInput_Submit()
 Ethna_ViewClass::_getFormInput_Text()
 Ethna_ViewClass::_getFormInput_Textarea()
 Ethna_ViewClass::_getHelperActionForm()
 Ethna_ViewClass::_getRenderer()
 Ethna_ViewClass::_getSelectorOptions()
 Ethna_ViewClass::_setDefault()

Documentation generated on Fri, 11 Nov 2011 03:58:27 +0900 by phpDocumentor 1.4.3