Documentation

TickInfo
in package

FinalYes

Table of Contents

Properties

$continueAsNewSuggested  : bool
$historyLength  : int
$historySize  : int
$isReplaying  : bool
$time  : DateTimeInterface

Methods

__construct()  : mixed

Properties

$continueAsNewSuggested read-only

public bool $continueAsNewSuggested = false

$historyLength read-only

public int $historyLength = 0

$historySize read-only

public int $historySize = 0

$isReplaying read-only

public bool $isReplaying = false

$time read-only

public DateTimeInterface $time

Methods

__construct()

public __construct(DateTimeInterface $time[, int<0, max> $historyLength = 0 ][, int<0, max> $historySize = 0 ][, bool $continueAsNewSuggested = false ][, bool $isReplaying = false ]) : mixed
Parameters
$time : DateTimeInterface
$historyLength : int<0, max> = 0
$historySize : int<0, max> = 0
$continueAsNewSuggested : bool = false
$isReplaying : bool = false

        
On this page

Search results