Sulu\Bundle\CategoryBundle\Category\KeywordManager::__construct PHP Метод

__construct() публичный Метод

public __construct ( Sulu\Bundle\CategoryBundle\Entity\KeywordRepositoryInterface $keywordRepository, Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepositoryInterface $categoryTranslationRepository, Doctrine\ORM\EntityManagerInterface $entityManager )
$keywordRepository Sulu\Bundle\CategoryBundle\Entity\KeywordRepositoryInterface
$categoryTranslationRepository Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepositoryInterface
$entityManager Doctrine\ORM\EntityManagerInterface
    public function __construct(KeywordRepositoryInterface $keywordRepository, CategoryTranslationRepositoryInterface $categoryTranslationRepository, EntityManagerInterface $entityManager)
    {
        $this->keywordRepository = $keywordRepository;
        $this->categoryTranslationRepository = $categoryTranslationRepository;
        $this->entityManager = $entityManager;
    }