Method |
Description |
|
count ( ) |
|
|
findAllSortedBy ( $field, $order = 'desc', $nb = null ) |
|
|
findAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\Common\Collections\Collection |
Finds all the bundles with their associated owners and contributors, sorted
by the specified field |
|
findByLastCommitAt ( $nb ) |
|
|
findLatestSortedBy ( $field ) |
|
|
findLatestTrend ( $idlePeriod ) |
|
|
findOneByOwnerNameAndName ( $ownerName, $name ) |
|
|
getEvolutionCounts ( $period = 50 ) |
|
|
getStaleBundlesForIndexing ( ) |
|
|
queryAllSortedBy ( $field, $order = 'desc' ) |
|
|
queryAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\ORM\Query |
Returns the query to retrieve all the bundles with their associated owners
and contributors, sorted by the specified field |
|
queryByKeywordSlug ( $slug ) |
|
|