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);