\Kendo\UI\FilterMessages
A PHP class representing the messages setting of Filter.
Methods
_and
The text of the option which represents the "and" logical operation.
Returns
\Kendo\UI\FilterMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\FilterMessages();
$messages->_and('value');
?>
apply
The text inside the apply button.
Returns
\Kendo\UI\FilterMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\FilterMessages();
$messages->apply('value');
?>
_or
The text of the option which represents the "or" logical operation.
Returns
\Kendo\UI\FilterMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\FilterMessages();
$messages->_or('value');
?>