@since: BuddyBoss 1.0.0
Description
BP_Search::do_search()

Perform search and generate search results

Source: bp-search/classes/class-bp-search.php:385

BP_Search::search_page_url()

Returns the url of the page which is selected to display search results.

Source: bp-search/classes/class-bp-search.php:806

Bp_Search_Posts::__construct()

A real constructor. Since we do want multiple copies of this class.

Source: bp-search/classes/class-bp-search-posts.php:27

BP_Search::__clone()

A dummy magic method to prevent this class from being cloned.

Source: bp-search/classes/class-bp-search.php:104

BP_Search::__wakeup()

A dummy magic method to prevent this class being unserialized.

Source: bp-search/classes/class-bp-search.php:113

BP_Search::load_search_helpers()

Source: bp-search/classes/class-bp-search.php:122

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.

Source: bp-search/classes/class-bp-search-bbpress-forums-topics.php:129

Bp_Search_bbPress_Topics::__construct()

A dummy constructor to prevent this class from being loaded more than once.

Source: bp-search/classes/class-bp-search-bbpress-forums-topics.php:147

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.

Source: bp-search/classes/class-bp-search.php:66

BP_Search::__construct()

A dummy constructor to prevent this class from being loaded more than once.

Source: bp-search/classes/class-bp-search.php:95