class GroupSignupRequest implements SubjectInterface (View source)

Properties

protected int $id
protected $notifications
protected int $gID
protected User $user
protected DateTime $requested

Methods

__construct(Group $group = null, User $user = null)

GroupSignupRequest constructor.

getGroup()

No description

int
getId()

No description

setId(int $id)

No description

int
getGID()

No description

setGID(int $gID)

No description

getUser()

No description

setUser(User $user)

No description

getRequested()

No description

setRequested(DateTime $requested)

No description

getNotificationDate()

Get the date of this notification

User[]
getUsersToExcludeFromNotification()

Get the users that should be excluded from notifications Expected return value would be users involved in the creation of the notification, they may not need to be notified.

Details

__construct(Group $group = null, User $user = null)

GroupSignupRequest constructor.

Parameters

Group $group
User $user

Exceptions

Exception

Group getGroup()

No description

Return Value

Group

int getId()

No description

Return Value

int

GroupSignupRequest setId(int $id)

No description

Parameters

int $id

Return Value

GroupSignupRequest

int getGID()

No description

Return Value

int

GroupSignupRequest setGID(int $gID)

No description

Parameters

int $gID

Return Value

GroupSignupRequest

User getUser()

No description

Return Value

User

GroupSignupRequest setUser(User $user)

No description

Parameters

User $user

Return Value

GroupSignupRequest

DateTime getRequested()

No description

Return Value

DateTime

GroupSignupRequest setRequested(DateTime $requested)

No description

Parameters

DateTime $requested

Return Value

GroupSignupRequest

DateTime getNotificationDate()

Get the date of this notification

Return Value

DateTime

User[] getUsersToExcludeFromNotification()

Get the users that should be excluded from notifications Expected return value would be users involved in the creation of the notification, they may not need to be notified.

Return Value

User[]