Public メソッド | |
__construct ($paginationFile, $itemViewFile, $maxPages, $response, $is_mobile=false) | |
render ($show_container=true) | |
show ($show_container=true) | |
Protected 変数 | |
$view |
WEBページに表示するためのおすすめホテル情報のリストを表示する
PageBodyRecommend.php の 31 行で定義されています。
__construct | ( | $ | paginationFile, |
$ | itemViewFile, | ||
$ | maxPages, | ||
$ | response, | ||
$ | is_mobile = false |
||
) |
コンストラクタ
string | $paginationFile | ページ制御コントロール用テンプレートのファイル名 |
string | $itemViewFile | ホテル情報用テンプレートのファイル名 |
string | $maxPages | コントロールにリストとして表示するページの最大数 |
SimpleXMLElement | $response | ウェブサービス トラベルAPIからのレスポンス |
PageBodyRecommend.php の 53 行で定義されています。
show | ( | $ | show_container = true ) |
ホテルリストパネルを表示します
PageBodyRecommend.php の 113 行で定義されています。
$view [protected] |
表示ヘッダ部分のビューファイルの内容
PageBodyRecommend.php の 34 行で定義されています。