AddCustomSlotToBoardCommand
class AddCustomSlotToBoardCommand extends BoardSlotCommand (View source)
Traits
Properties
protected Instance | $instance | from BoardInstanceTrait | |
protected int | $startDate | from BoardSlotCommand | |
protected int | $endDate | from BoardSlotCommand | |
protected int | $slot | from BoardSlotCommand | |
protected int | $bID | from BoardSlotCommand |
Methods
Details
static string
getHandler()
No description
void
setInstance(Instance $instance)
No description
Instance
getInstance()
No description
int
getSlot()
No description
void
setSlot(int $slot)
No description
int
getBlockID()
No description
void
setBlockID(int $bID)
No description
int
getStartDate()
No description
void
setStartDate(int $startDate)
No description
int
getEndDate()
No description
void
setEndDate(int $endDate)
No description