PHP Class Knp\Bundle\KnpBundlesBundle\Repository\ScoreRepository

Inheritance: extends Doctrine\ORM\EntityRepository
Afficher le fichier Open project: KnpLabs/KnpBundles

Méthodes publiques

Méthode Description
getEvolutionCounts ( $period = 50 ) : array Get an array containing dates and number of scores for this date
getSumEvolution ( ) : array Get an array containing dates and sum of scores for this date

Method Details

getEvolutionCounts() public méthode

Get an array containing dates and number of scores for this date
public getEvolutionCounts ( $period = 50 ) : array
Résultat array

getSumEvolution() public méthode

Get an array containing dates and sum of scores for this date
public getSumEvolution ( ) : array
Résultat array