PHP 클래스 Newscoop\Services\CommentNotificationService

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$commentService Newscoop\Services\CommentService
$em Doctrine\ORM\EntityManager
$emailService Newscoop\Services\EmailService
$userService Newscoop\Services\UserService

공개 메소드들

메소드 설명
__construct ( EmailService $emailService, CommentService $commentService, UserService $userService, EntityManager $em )
update ( GenericEvent $event ) : void Update

메소드 상세

__construct() 공개 메소드

public __construct ( EmailService $emailService, CommentService $commentService, UserService $userService, EntityManager $em )
$emailService EmailService
$commentService CommentService
$userService UserService
$em Doctrine\ORM\EntityManager

update() 공개 메소드

Update
public update ( GenericEvent $event ) : void
$event Newscoop\EventDispatcher\Events\GenericEvent
리턴 void

프로퍼티 상세

$commentService 보호되어 있는 프로퍼티

protected Newscoop\Services\CommentService $commentService
리턴 Newscoop\Services\CommentService

$em 보호되어 있는 프로퍼티

protected Doctrine\ORM\EntityManager $em
리턴 Doctrine\ORM\EntityManager

$emailService 보호되어 있는 프로퍼티

protected Newscoop\Services\EmailService $emailService
리턴 Newscoop\Services\EmailService

$userService 보호되어 있는 프로퍼티

protected Newscoop\Services\UserService $userService
리턴 Newscoop\Services\UserService