PHP 클래스 spec\Newscoop\ArticlesBundle\EventListener\HookListenerSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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