Skip to content

Kirby 5.1.1

$user->modified()

Returns the last modification date of the user

$user->modified(string $format = 'U', string|null $handler = null, string|null $languageCode = null): string|int|false

Parameters

Name Type Default
$format string 'U'
$handler stringornull null
$languageCode stringornull null

Return types

stringorintorfalse

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

Parent class

Kirby\Cms\User