PHP Класс spec\Newscoop\ArticlesBundle\EventListener\HookListenerSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_is_initializable ( )
it_will_display_list_of_editorial_comments_for_article ( PluginHooksEvent $event, Response $response, $em, $repository, $templating )
let ( $die, EntityManager $em, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, Article $article, EditorialCommentRepository $repository, Doctrine\Bundle\DoctrineBundle\Registry $doctrine )

Описание методов

it_is_initializable() публичный метод

public it_is_initializable ( )

it_will_display_list_of_editorial_comments_for_article() публичный метод

public it_will_display_list_of_editorial_comments_for_article ( PluginHooksEvent $event, Response $response, $em, $repository, $templating )
$event Newscoop\EventDispatcher\Events\PluginHooksEvent
$response Symfony\Component\HttpFoundation\Response

let() публичный метод

public let ( $die, EntityManager $em, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, Article $article, EditorialCommentRepository $repository, Doctrine\Bundle\DoctrineBundle\Registry $doctrine )
$em Doctrine\ORM\EntityManager
$templating Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
$article Newscoop\Entity\Article
$repository Newscoop\ArticlesBundle\Entity\Repository\EditorialCommentRepository
$doctrine Doctrine\Bundle\DoctrineBundle\Registry