PHP 클래스 Knp\Bundle\KnpBundlesBundle\Repository\BundleRepository

상속: extends Doctrine\ORM\EntityRepository
파일 보기 프로젝트 열기: KnpLabs/KnpBundles

공개 메소드들

메소드 설명
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 )