Skip to content

Kirby 3.5.7.1

new Value()

Constructor

new Value(mixed $value, int $minutes = 0, int $created = null)

Parameters

Name Type Default Description
$value * mixed
$minutes int the number of minutes until the value expires
or an absolute UNIX timestamp
$created int null the UNIX timestamp when the value has been created

Parent class

Kirby\Cache\Value