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

公開メンバ関数

 __construct ($searchString)
 
 search ()
 
 render ()
 

詳解

Search.php46 行目に定義があります。

構築子と解体子

◆ __construct()

XH\Search::__construct (   $searchString)

Constructs an instance.

引数
string$searchStringString The search string.

Search.php67 行目に定義があります。

関数詳解

◆ render()

XH\Search::render ( )

Returns the search results view.

戻り値
string HTML

array The headings of the pages. array The URLs of the pages. string The script name. array The configuration of the core. array The localization of the core. object The page data router.

Search.php200 行目に定義があります。

◆ search()

XH\Search::search ( )

Returns an array of page indexes where all words of the search string are contained.

戻り値
array

array The content of the pages. array The configuration of the core.

Search.php106 行目に定義があります。


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