PHP 클래스 Sulu\Bundle\CategoryBundle\Entity\CategoryRepository

상속: extends Gedmo\Tree\Entity\Repository\NestedTreeRepository, implements Sulu\Bundle\CategoryBundle\Entity\CategoryRepositoryInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
createNew ( )
findCategories ( $parent = null, $depth = null, $sortBy = null, $sortOrder = null )
findCategoriesByIds ( array $ids )
findCategoryById ( $id )
findCategoryByIds ( array $ids )
findCategoryByKey ( $key )
findCategoryIdsBetween ( $fromIds, $toIds )
findChildren ( $key, $sortBy = null, $sortOrder = null )
findChildrenCategoriesByParentId ( $parentId = null )
findChildrenCategoriesByParentKey ( $parentKey = null )
isCategoryId ( $id )
isCategoryKey ( $key )

비공개 메소드들

메소드 설명
getCategoryQuery ( ) : Doctrine\ORM\QueryBuilder Returns the general part of the query.

메소드 상세

createNew() 공개 메소드

public createNew ( )

findCategories() 공개 메소드

public findCategories ( $parent = null, $depth = null, $sortBy = null, $sortOrder = null )

findCategoriesByIds() 공개 메소드

public findCategoriesByIds ( array $ids )
$ids array

findCategoryById() 공개 메소드

public findCategoryById ( $id )

findCategoryByIds() 공개 메소드

public findCategoryByIds ( array $ids )
$ids array

findCategoryByKey() 공개 메소드

public findCategoryByKey ( $key )

findCategoryIdsBetween() 공개 메소드

public findCategoryIdsBetween ( $fromIds, $toIds )

findChildren() 공개 메소드

public findChildren ( $key, $sortBy = null, $sortOrder = null )

findChildrenCategoriesByParentId() 공개 메소드

public findChildrenCategoriesByParentId ( $parentId = null )

findChildrenCategoriesByParentKey() 공개 메소드

public findChildrenCategoriesByParentKey ( $parentKey = null )

isCategoryId() 공개 메소드

public isCategoryId ( $id )

isCategoryKey() 공개 메소드

public isCategoryKey ( $key )