ManaPHP\Mvc\ModelInterface::average PHP Метод

average() публичный статический Метод

Allows to calculate the average value on a column matching the specified conditions
public static average ( string $column, string | array $parameters = null, integer | array $cacheOptions = null ) : double
$column string
$parameters string | array
$cacheOptions integer | array
Результат double
    public static function average($column, $parameters = null, $cacheOptions = null);