class UserSignupType extends Type (View source)

Properties

protected $entityManager from  Type

Methods

__construct(EntityManagerInterface $entityManager)

No description

from  Type
getNotifier()

Get the notifier this type should use

from  Type
createSubscription()

No description

getSubscription(SubjectInterface $subject)

Get a subscription for a specific subject

getAvailableSubscriptions()

Get available type subscriptions

getAvailableFilters()

Get available notification filters

Details

__construct(EntityManagerInterface $entityManager)

No description

Parameters

EntityManagerInterface $entityManager

NotifierInterface getNotifier()

Get the notifier this type should use

Return Value

NotifierInterface

NotificationInterface createNotification(SubjectInterface $signup)

No description

Parameters

SubjectInterface $signup

Return Value

NotificationInterface

protected createSubscription()

No description

SubscriptionInterface getSubscription(SubjectInterface $subject)

Get a subscription for a specific subject

Parameters

SubjectInterface $subject

Return Value

SubscriptionInterface

SubscriptionInterface[] getAvailableSubscriptions()

Get available type subscriptions

Return Value

SubscriptionInterface[]

FilterInterface[] getAvailableFilters()

Get available notification filters

Return Value

FilterInterface[]