MessageCell
extends Cell
in package
Message cell
Table of Contents
Properties
- $_validCellOptions : array<string, mixed>
- List of valid options that can be passed into this cell's constructor.
Methods
- display() : void
- Default display method.
Properties
$_validCellOptions
List of valid options that can be passed into this cell's constructor.
protected
array<string, mixed>
$_validCellOptions
= []
Methods
display()
Default display method.
public
display(int $userId[, int|null $activeFriendId = null ]) : void
Parameters
- $userId : int
-
The current logged in user
- $activeFriendId : int|null = null
-
The friend currently being chatted with