class UserSignup implements SubjectInterface (View source)

Properties

protected $usID
protected $user
protected $notifications
protected $createdBy

Methods

__construct(User $user, User $createdBy = null)

No description

getUser()

No description

getNotificationDate()

No description

User|null
getCreatedBy()

No description

setCreatedBy(User $user)

No description

Details

__construct(User $user, User $createdBy = null)

No description

Parameters

User $user
User $createdBy

User getUser()

No description

Return Value

User

DateTime getNotificationDate()

No description

Return Value

DateTime

User|null getCreatedBy()

No description

Return Value

User|null

setCreatedBy(User $user)

No description

Parameters

User $user

User[] getUsersToExcludeFromNotification()

No description

Return Value

User[]