公開メンバ関数 | |
__construct ($searchString) | |
search () | |
render () | |
Search.php の 46 行目に定義があります。
XH\Search::__construct | ( | $searchString | ) |
XH\Search::render | ( | ) |
Returns the search results view.
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.php の 200 行目に定義があります。
XH\Search::search | ( | ) |
Returns an array of page indexes where all words of the search string are contained.
array The content of the pages. array The configuration of the core.
Search.php の 106 行目に定義があります。