LastModifiedDate
Table of Contents
Properties
-
$dateTime
: DateTimeImmutable
Methods
-
__construct()
: mixed
-
fromTimestamp()
: LastModifiedDate
-
isOlderThan()
: bool
$dateTime
private
DateTimeImmutable
$dateTime
__construct()
public
__construct(DateTimeImmutable $dateTime) : mixed
Parameters
-
$dateTime
: DateTimeImmutable
-
fromTimestamp()
public
static fromTimestamp(int $timestamp) : LastModifiedDate
Parameters
-
$timestamp
: int
-
-
throws
-
FilenameException
isOlderThan()
public
isOlderThan(DateTimeImmutable $date) : bool
Parameters
-
$date
: DateTimeImmutable
-