class ScheduleCustomElementCommand extends Command (View source)

Constants

LOCK_TYPE_LOCKED

LOCK_TYPE_UNLOCKED

Properties

protected CustomElement $element
protected Instance[] $instances
protected string $startDateTime
protected string|null $endDateTime
protected string $timezone
protected int $slot
protected string $lockType

L or U

Methods

static string
getHandler()

No description

from  Command
__construct(CustomElement $element)

No description

getElement()

No description

array
getInstances()

No description

void
setInstances(array $instances)

No description

string
getStartDateTime()

No description

void
setStartDateTime(string $startDateTime)

No description

string|null
getEndDateTime()

No description

void
setEndDateTime(string|null $endDateTime)

No description

string
getTimezone()

No description

void
setTimezone(string $timezone)

No description

string
getLockType()

No description

void
setLockType(string $lockType)

No description

int
getSlot()

No description

void
setSlot(int $slot)

No description

Details

static string getHandler()

No description

Return Value

string

__construct(CustomElement $element)

No description

Parameters

CustomElement $element

CustomElement getElement()

No description

Return Value

CustomElement

array getInstances()

No description

Return Value

array

void setInstances(array $instances)

No description

Parameters

array $instances

Return Value

void

string getStartDateTime()

No description

Return Value

string

void setStartDateTime(string $startDateTime)

No description

Parameters

string $startDateTime

Return Value

void

string|null getEndDateTime()

No description

Return Value

string|null

void setEndDateTime(string|null $endDateTime)

No description

Parameters

string|null $endDateTime

Return Value

void

string getTimezone()

No description

Return Value

string

void setTimezone(string $timezone)

No description

Parameters

string $timezone

Return Value

void

string getLockType()

No description

Return Value

string

void setLockType(string $lockType)

No description

Parameters

string $lockType

Return Value

void

int getSlot()

No description

Return Value

int

void setSlot(int $slot)

No description

Parameters

int $slot

Return Value

void