Skip to content
Aydan Coskun edited this page Nov 29, 2019 · 1 revision

Group

  • Class name: Group
  • Namespace:

Methods

GroupBy

array Group::GroupBy($array, $cols, boolean $subtotal)
  • Visibility: public
  • This method is static.

Arguments

  • $array mixed
  • $cols mixed
  • $subtotal boolean

arraySum

integer|string Group::arraySum($array)
  • Visibility: public
  • This method is static.

Arguments

  • $array mixed

aggregate

float|integer|mixed|string Group::aggregate($array, $type, boolean $subtotal)
  • Visibility: public
  • This method is static.

Arguments

  • $array mixed
  • $type mixed
  • $subtotal boolean

MinNotNull

mixed Group::MinNotNull($values)
  • Visibility: public
  • This method is static.

Arguments

  • $values mixed

Clone this wiki locally