File: bp-search/classes/class-bp-search.php |
Description |
---|---|
BP_Search::get_search_term() | |
BP_Search::has_search_results() | |
BP_Search::load_search_helpers() | |
bp_search_additional_search_helpers |
Hook to load helper classes for additional search types. |
BP_Search::ajax_search() | |
bp_search_label_search_type |
All helper classes must inherit from bp_search_Type |
BP_Search |
BuddyPress Global Search Main Controller class |
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. |
BP_Search::__clone() |
A dummy magic method to prevent this class from being cloned. |