Skip to content

Kirby 5.0.4

$immutableMemoryStorage->modified()

Returns the modification timestamp of a version if it exists

$immutableMemoryStorage->modified(Kirby\Content\VersionId $versionId, Kirby\Cms\Language $language): int|null

Parameters

Name Type Default
$versionIdrequired Kirby\Content\VersionId no default value
$languagerequired Kirby\Cms\Language no default value

Return types

intornull

This method modifies the existing $immutablememorystorage object it is applied to and returns it again.

Parent class

Kirby\Content\ImmutableMemoryStorage inherited from Kirby\Content\MemoryStorage