public let ( ArticleService $articleService, AuthorService $authorService, CacheService $cacheService, Symfony\Component\DependencyInjection\Container $container, ArticleRepository $articleRepository, LanguageRepository $languageRepository, ArticleTypeRepository $articleTypeRepository, PublicationRepository $publicationRepository, IssueRepository $issueRepository, SectionRepository $sectionRepository, AuthorTypeRepository $authorTypeRepository, EntityManager $entityManager, Request $request, FormFactory $formFactory, FormBuilder $formBuilder, Form $form, Symfony\Component\Form\FormView $formView, User $user, UserService $userService, Article $article, Publication $publication, ArticleType $articleType, Issue $issue, Section $section, Language $language, Author $author, AuthorType $authorType, Doctrine\ORM\AbstractQuery $query, SecurityContext $security, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage $tokenStorage, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token, Router $router ) |
$articleService |
Newscoop\Services\ArticleService |
|
$authorService |
Newscoop\Services\AuthorService |
|
$cacheService |
Newscoop\Services\CacheService |
|
$container |
Symfony\Component\DependencyInjection\Container |
|
$articleRepository |
Newscoop\Entity\Repository\ArticleRepository |
|
$languageRepository |
Newscoop\Entity\Repository\LanguageRepository |
|
$articleTypeRepository |
Newscoop\Entity\Repository\ArticleTypeRepository |
|
$publicationRepository |
Newscoop\Entity\Repository\PublicationRepository |
|
$issueRepository |
Newscoop\Entity\Repository\IssueRepository |
|
$sectionRepository |
Newscoop\Entity\Repository\SectionRepository |
|
$authorTypeRepository |
Newscoop\Entity\Repository\AuthorTypeRepository |
|
$entityManager |
Doctrine\ORM\EntityManager |
|
$request |
Symfony\Component\HttpFoundation\Request |
|
$formFactory |
Symfony\Component\Form\FormFactory |
|
$formBuilder |
Symfony\Component\Form\FormBuilder |
|
$form |
Symfony\Component\Form\Form |
|
$formView |
Symfony\Component\Form\FormView |
|
$user |
Newscoop\Entity\User |
|
$userService |
Newscoop\Services\UserService |
|
$article |
Newscoop\Entity\Article |
|
$publication |
Newscoop\Entity\Publication |
|
$articleType |
Newscoop\Entity\ArticleType |
|
$issue |
Newscoop\Entity\Issue |
|
$section |
Newscoop\Entity\Section |
|
$language |
Newscoop\Entity\Language |
|
$author |
Newscoop\Entity\Author |
|
$authorType |
Newscoop\Entity\AuthorType |
|
$query |
Doctrine\ORM\AbstractQuery |
|
$security |
Symfony\Component\Security\Core\SecurityContext |
|
$tokenStorage |
Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage |
|
$token |
Symfony\Component\Security\Core\Authentication\Token\TokenInterface |
|
$router |
Symfony\Component\Routing\Router |
|