@since: BuddyBoss 1.0.0 |
Description |
|---|---|
| BP_Search::do_search() |
Perform search and generate search results |
| BP_Search::search_page_url() |
Returns the url of the page which is selected to display search results. |
| Bp_Search_Posts::__construct() |
A real constructor. Since we do want multiple copies of this class. |
| BP_Search::__clone() |
A dummy magic method to prevent this class from being cloned. |
| BP_Search::__wakeup() |
A dummy magic method to prevent this class being unserialized. |
| BP_Search::load_search_helpers() | |
| Bp_Search_bbPress_Topics::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |
| Bp_Search_bbPress_Topics::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| BP_Search::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |
| BP_Search::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |