AddDesignerSlotToBoardCommand
class AddDesignerSlotToBoardCommand 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 | |
protected string | $batchIdentifier | ||
protected string | $ruleType | ||
protected bool | $isLocked | ||
protected string | $timezone | ||
protected string | $notes | ||
protected User | $user |
Methods
mixed
getTimezone()
No description
void
setTimezone(mixed $timezone)
No description
bool
isLocked()
No description
void
setIsLocked(bool $isLocked)
No description
string
getRuleType()
No description
void
setRuleType(string $ruleType)
No description
string
getNotes()
No description
void
setNotes(string $notes)
No description
string
getBatchIdentifier()
No description
void
setBatchIdentifier(string $batchIdentifier)
No description
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
mixed
getTimezone()
No description
void
setTimezone(mixed $timezone)
No description
bool
isLocked()
No description
void
setIsLocked(bool $isLocked)
No description
string
getRuleType()
No description
void
setRuleType(string $ruleType)
No description
User
getUser()
No description
void
setUser(User $user)
No description
string
getNotes()
No description
void
setNotes(string $notes)
No description
string
getBatchIdentifier()
No description
void
setBatchIdentifier(string $batchIdentifier)
No description