$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 | string ornull |
null
|
$languageCode | string ornull |
null
|
Return types
string
orint
orfalse
This method modifies the existing $user
object it is applied to and returns it again.