\Kendo\UI\LoaderMessages
A PHP class representing the messages setting of Loader.
Methods
loading
The aria label text for the loader.
Returns
\Kendo\UI\LoaderMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\LoaderMessages();
$messages->loading('value');
?>