Event
in package
implements
EventInterface
FinalYes
Table of Contents
Interfaces
Properties
- $attributes : AttributesInterface
- $name : string
- $timestamp : int
Methods
- __construct() : mixed
- getAttributes() : AttributesInterface
- getDroppedAttributesCount() : int
- getEpochNanos() : int
- getName() : string
- getTotalAttributeCount() : int
Properties
$attributes read-only
private
AttributesInterface
$attributes
$name read-only
private
string
$name
$timestamp read-only
private
int
$timestamp
Methods
__construct()
public
__construct(string $name, int $timestamp, AttributesInterface $attributes) : mixed
Parameters
- $name : string
- $timestamp : int
- $attributes : AttributesInterface
getAttributes()
public
getAttributes() : AttributesInterface
Return values
AttributesInterfacegetDroppedAttributesCount()
public
getDroppedAttributesCount() : int
Return values
intgetEpochNanos()
public
getEpochNanos() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetTotalAttributeCount()
public
getTotalAttributeCount() : int