\Kendo\UI\ChatUser

A PHP class representing the user setting of Chat.

Methods

iconUrl

If set, sets the image URL that will be used for the user avatar icon.

Returns

\Kendo\UI\ChatUser

Parameters

$value string

Example

<?php
$user = new \Kendo\UI\ChatUser();
$user->iconUrl('value');
?>

name

Sets the name of the Chat user.

Returns

\Kendo\UI\ChatUser

Parameters

$value string

Example

<?php
$user = new \Kendo\UI\ChatUser();
$user->name('value');
?>
In this article
Not finding the help you need?