TimerOptions
in package
uses
CloneWith
FinalYes
TimerOptions is used to specify options for a timer.
Tags
Table of Contents
Properties
- $summary : string
Methods
- new() : self
- withSummary() : self
- Single-line fixed summary for this timer that will appear in UI/CLI.
- __construct() : mixed
Properties
$summary read-only
public
string
$summary
Methods
new()
public
static new() : self
Return values
selfwithSummary()
Single-line fixed summary for this timer that will appear in UI/CLI.
public
withSummary(string $summary) : self
This can be in single-line Temporal Markdown format.
Parameters
- $summary : string
Return values
self__construct()
private
__construct() : mixed