RecentItem
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
__construct()
: mixed
-
getEntityId()
: string
-
getId()
: mixed
-
getLastUseDate()
: int|null
-
isAvailable()
: bool
-
isLoaded()
: bool
-
jsonSerialize()
: mixed
-
setAvailable()
: self
-
setLastUseDate()
: self
-
setLoaded()
: self
__construct()
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
getEntityId()
public
getEntityId() : string
getId()
public
getId() : mixed
getLastUseDate()
public
getLastUseDate() : int|null
isAvailable()
public
isAvailable() : bool
isLoaded()
public
isLoaded() : bool
jsonSerialize()
public
jsonSerialize() : mixed
setAvailable()
public
setAvailable(bool $flag) : self
Parameters
-
$flag
: bool
-
setLastUseDate()
public
setLastUseDate(int $lastUseDate) : self
Parameters
-
$lastUseDate
: int
-
setLoaded()
public
setLoaded(bool $flag) : self
Parameters
-
$flag
: bool
-