class GroupSignupRequestDecline implements SubjectInterface (View source)

Properties

protected int $id
protected $notifications
protected int $gID
protected User $user
protected User $manager
protected DateTime $RequestDeclineed

Methods

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

GroupSignupRequestDecline constructor.

getManager()

No description

setManager(User $manager)

No description

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

getRequestDeclineed()

No description

setRequestDeclineed(DateTime $RequestDeclineed)

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, User $manager = null)

GroupSignupRequestDecline constructor.

Parameters

Group $group
User $user
User $manager

Exceptions

Exception

User getManager()

No description

Return Value

User

GroupSignupRequestDecline setManager(User $manager)

No description

Parameters

User $manager

Return Value

GroupSignupRequestDecline

Group getGroup()

No description

Return Value

Group

int getId()

No description

Return Value

int

GroupSignupRequestDecline setId(int $id)

No description

Parameters

int $id

Return Value

GroupSignupRequestDecline

int getGID()

No description

Return Value

int

GroupSignupRequestDecline setGID(int $gID)

No description

Parameters

int $gID

Return Value

GroupSignupRequestDecline

User getUser()

No description

Return Value

User

GroupSignupRequestDecline setUser(User $user)

No description

Parameters

User $user

Return Value

GroupSignupRequestDecline

DateTime getRequestDeclineed()

No description

Return Value

DateTime

GroupSignupRequestDecline setRequestDeclineed(DateTime $RequestDeclineed)

No description

Parameters

DateTime $RequestDeclineed

Return Value

GroupSignupRequestDecline

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[]