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

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

공개 메소드들

메소드 설명
count ( )
findAllSortedBy ( $field, $limit = null )
findOneByName ( $name )
findOneByUniqueFields ( array $fields ) : null | Owner Lookup for Owner by check of unique fields
getEvolutionCounts ( $period = 50 )

메소드 상세

count() 공개 메소드

public count ( )

findAllSortedBy() 공개 메소드

public findAllSortedBy ( $field, $limit = null )

findOneByName() 공개 메소드

public findOneByName ( $name )

findOneByUniqueFields() 공개 메소드

Lookup for Owner by check of unique fields
public findOneByUniqueFields ( array $fields ) : null | Owner
$fields array
리턴 null | Knp\Bundle\KnpBundlesBundle\Entity\Owner

getEvolutionCounts() 공개 메소드

public getEvolutionCounts ( $period = 50 )