CMSimple_XH 開発者ドキュメント
XH\PageDataView クラス

公開メンバ関数

 __construct (array $page, array $tabs=null)
 
 tab ($title, $filename, $cssClass)
 
 tabs ()
 
 view ($filename)
 
 views ()
 

詳解

PageDataView.php27 行目に定義があります。

構築子と解体子

◆ __construct()

XH\PageDataView::__construct ( array  $page,
array  $tabs = null 
)

Constructs an instance.

引数
array$pageData of the page.
array$tabsThe filenames of the views of page data tabs.

PageDataView.php49 行目に定義があります。

関数詳解

◆ tab()

XH\PageDataView::tab (   $title,
  $filename,
  $cssClass 
)

Returns a single page data tab.

引数
string$titleLabel of the tab.
string$filenameName of the view file.
string$cssClassA CSS class.
戻り値
string HTML

PageDataView.php64 行目に定義があります。

◆ tabs()

XH\PageDataView::tabs ( )

Returns the page data tab bar.

戻り値
string HTML

PageDataView.php79 行目に定義があります。

◆ view()

XH\PageDataView::view (   $filename)

Returns a single page data view.

引数
string$filenameName of the view file.
戻り値
string HTML

array The paths of system files and folders. CSRFProtection The CSRF protector.

PageDataView.php100 行目に定義があります。

◆ views()

XH\PageDataView::views ( )

Returns the page data views.

戻り値
string HTML

PageDataView.php135 行目に定義があります。


このクラス詳解は次のファイルから抽出されました: