Documentation

ScheduleUpdate
in package
uses CloneWith

FinalYes

An update returned from a schedule updater.

Tags
see
ScheduleHandle::update()

Table of Contents

Properties

$schedule  : Schedule
$searchAttributes  : EncodedCollection|null
Search attributes to replace the existing search attributes with.

Methods

new()  : self
withSchedule()  : self
withSearchAttributes()  : self
__construct()  : mixed

Properties

Methods

new()

public static new(Schedule $schedule) : self
Parameters
$schedule : Schedule

Schedule to replace the existing schedule with.

Return values
self

withSearchAttributes()

public withSearchAttributes([EncodedCollection|null $searchAttributes = null ]) : self
Parameters
$searchAttributes : EncodedCollection|null = null

Search attributes to replace the existing search attributes with. If null, it will not change the existing search attributes.

Return values
self

        
On this page

Search results