CommentEventContainer
class CommentEventContainer
Class CommentEventContainer is injected as alligator.comment.event.container. This container is connecting CommentManager manager to other services
Methods
__construct(ContainerInterface $container)
No description
getTicketObjectById(int $ticketId)
Find ticket(as object) by id
User|null
getLoggedUser()
Retrieve logged user
Translator
getTranslator()
No description
Details
at line 29
__construct(ContainerInterface $container)
at line 59
Ticket
getTicketObjectById(int $ticketId)
Find ticket(as object) by id
at line 81
User|null
getLoggedUser()
Retrieve logged user
at line 95
sendMailOnCommentCreate(Comment $comment)
Send mail on comment create