PHP Класс Knp\Bundle\KnpBundlesBundle\Repository\BundleRepository

Наследование: extends Doctrine\ORM\EntityRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

count() публичный Метод

public count ( )

findAllSortedBy() публичный Метод

public findAllSortedBy ( $field, $order = 'desc', $nb = null )

findAllWithOwnersAndContributorsSortedBy() публичный Метод

Finds all the bundles with their associated owners and contributors, sorted by the specified field
public findAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\Common\Collections\Collection
$field string The name of the field to sort by
Результат Doctrine\Common\Collections\Collection

findByLastCommitAt() публичный Метод

public findByLastCommitAt ( $nb )

findLatestSortedBy() публичный Метод

public findLatestSortedBy ( $field )

findLatestTrend() публичный Метод

public findLatestTrend ( $idlePeriod )

findOneByOwnerNameAndName() публичный Метод

public findOneByOwnerNameAndName ( $ownerName, $name )

getEvolutionCounts() публичный Метод

public getEvolutionCounts ( $period = 50 )

getStaleBundlesForIndexing() публичный Метод

queryAllSortedBy() публичный Метод

public queryAllSortedBy ( $field, $order = 'desc' )

queryAllWithOwnersAndContributorsSortedBy() публичный Метод

Returns the query to retrieve all the bundles with their associated owners and contributors, sorted by the specified field
public queryAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\ORM\Query
$field string The name of the field to sort by
Результат Doctrine\ORM\Query

queryByKeywordSlug() публичный Метод

public queryByKeywordSlug ( $slug )