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