Function Module_admin_cns_groups->read_in_data

Definitions

adminzone/pages/modules/admin_cns_groups.php

  • Read in data posted by an add/edit form.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A triplet of integers: (group leader, promotion target, promotion threshold)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Read in data posted by an add/edit form.
 *
 * @return array A triplet of integers: (group leader, promotion target, promotion threshold)
 */

public function read_in_data() : array