CollabUpdateEvent extends Event
Table of Contents
Methods
- __construct() : mixed
- getCollabAfter() : Collab
- getCollabBefore() : Collab
- getCommand() : CollabUpdateCommand
Methods
__construct()
public
__construct(CollabUpdateCommand $command, Collab $collabBefore, Collab $collabAfter) : mixed
Parameters
- $command : CollabUpdateCommand
- $collabBefore : Collab
- $collabAfter : Collab
getCollabAfter()
public
getCollabAfter() : Collab
Return values
CollabgetCollabBefore()
public
getCollabBefore() : Collab
Return values
CollabgetCommand()
public
getCommand() : CollabUpdateCommand