@since: BuddyBoss 1.0.0 |
Description |
|---|---|
| BP_Search_Core::do_includes() |
Include required array of files in the includes directory |
| Bp_Search_bbPress_Forums::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_Core::__wakeup() |
A dummy magic method to prevent BuddyPress Global Search from being unserialized. |
| BP_Search_Core::__isset() |
Magic method for checking the existence of a certain custom field. |
| BP_Search_Core::__get() |
Magic method for getting BuddyPress Global Search varibles. |
| BP_Search_Core::__set() |
Magic method for setting BuddyPress Global Search varibles. |
| Bp_Search_Activities::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_Activities::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| BP_Search_Core::instance() |
Main BuddyPress Global Search Instance. |
| BP_Search_Core::__clone() |
A dummy magic method to prevent BuddyPress Global Search from being cloned. |