PHP 클래스 Sylius\Bundle\TaxonomyBundle\Doctrine\ORM\TaxonRepository

저자: Aram Alipoor ([email protected])
상속: extends Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository, implements Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
createListQueryBuilder ( )
findByName ( $name, $locale )
findChildren ( $parentCode )
findNodesTreeSorted ( )
findOneBySlug ( $slug )
findRootNodes ( )

메소드 상세

createListQueryBuilder() 공개 메소드

findByName() 공개 메소드

public findByName ( $name, $locale )

findChildren() 공개 메소드

public findChildren ( $parentCode )

findNodesTreeSorted() 공개 메소드

public findNodesTreeSorted ( )

findOneBySlug() 공개 메소드

public findOneBySlug ( $slug )

findRootNodes() 공개 메소드

public findRootNodes ( )