Function Module_points->points_search_form
Definitions
site/pages/modules/points.php
- The UI to search for a member (with regard to viewing their point profile).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to search for a member (with regard to viewing their point profile).
*
* @return Tempcode The UI
*/
public function points_search_form() : object
* The UI to search for a member (with regard to viewing their point profile).
*
* @return Tempcode The UI
*/
public function points_search_form() : object

