Sulu\Bundle\CategoryBundle\Entity\CategoryRepositoryInterface::findCategoryByIds PHP 메소드

findCategoryByIds() 공개 메소드

Finds the categories with the given ids.
사용 중단: Use ::findCategoriesByIds instead
public findCategoryByIds ( array $ids ) : Sulu\Bundle\CategoryBundle\Entity\CategoryInterface[]
$ids array The ids to load
리턴 Sulu\Bundle\CategoryBundle\Entity\CategoryInterface[]
    public function findCategoryByIds(array $ids);