Public メソッド | |
| __construct ($paginationFile, $itemViewFile, $maxPages, $response, $is_mobile=false) | |
| render ($show_container=true) | |
| show ($show_container=true) | |
Protected 変数 | |
| $view | |
WEBページに表示するためのホテル情報のリストを表示する
PageBody.php の 32 行で定義されています。
| __construct | ( | $ | paginationFile, |
| $ | itemViewFile, | ||
| $ | maxPages, | ||
| $ | response, | ||
| $ | is_mobile = false |
||
| ) |
コンストラクタ
| string | $paginationFile | ページ制御コントロール用テンプレートのファイル名 |
| string | $itemViewFile | ホテル情報用テンプレートのファイル名 |
| string | $maxPages | コントロールにリストとして表示するページの最大数 |
| SimpleXMLElement | $response | ウェブサービス トラベルAPIからのレスポンス |
PageBody.php の 54 行で定義されています。
| render | ( | $ | show_container = true ) |
Override this method to do a proper rendering. By default, renders the html view as it is.
PageBody.php の 90 行で定義されています。
| show | ( | $ | show_container = true ) |
ホテルリストパネルを表示します
PageBody.php の 125 行で定義されています。
$view [protected] |
表示ヘッダ部分のビューファイルの内容
PageBody.php の 35 行で定義されています。
1.7.2