TimeRange
extends Message
in package
Generated from protobuf message <code>livekit.TimeRange</code>
Table of Contents
Properties
- $ended_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
- $started_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearEndedAt() : mixed
- clearStartedAt() : mixed
- getEndedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
- getStartedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
- hasEndedAt() : mixed
- hasStartedAt() : mixed
- setEndedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
- setStartedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
Properties
$ended_at
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
protected
mixed
$ended_at
= null
$started_at
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
protected
mixed
$started_at
= null
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type \Google\Protobuf\Timestamp $started_at @type \Google\Protobuf\Timestamp $ended_at}
clearEndedAt()
public
clearEndedAt() : mixed
clearStartedAt()
public
clearStartedAt() : mixed
getEndedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
public
getEndedAt() : Timestamp|null
Return values
Timestamp|nullgetStartedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
public
getStartedAt() : Timestamp|null
Return values
Timestamp|nullhasEndedAt()
public
hasEndedAt() : mixed
hasStartedAt()
public
hasStartedAt() : mixed
setEndedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 2;</code>
public
setEndedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetStartedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 1;</code>
public
setStartedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp