Méthode | Description | |
---|---|---|
getCount ( string $collection, string $column, string $value, integer $excludeId = null, string $idColumn = null, array $extra = [] ) : integer | Count the number of objects in a collection having the given value. | |
getMultiCount ( string $collection, string $column, array $values, array $extra = [] ) : integer | Count the number of objects in a collection with the given values. |