Esempio n. 1
0
 /**
  * Returns the highest value in the array of numbers.
  *
  * @param  array $numbers
  *
  * @return number|mixed
  */
 public function max(array $numbers)
 {
     return $this->expressionEngine->max($numbers);
 }