PHP Класс Newscoop\Service\Model\Search\ColumnOrderLike

Наследование: extends ColumnOrder
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$like string *

Открытые методы

Метод Описание
getLike ( ) : string Provides the search criteria on this column to be like the provided text.
setLike ( string $like ) : Newscoop\Service\Model\Search\ColumnOrderLike Set the search criteria on this column to be like the provided text, the text needs to have specified the place holders ex: '%right%' or '%rat%tuil'.

Описание методов

getLike() публичный метод

Provides the search criteria on this column to be like the provided text.
public getLike ( ) : string
Результат string The text to be used for the like comparison, if null or empty will reset the like search option.

setLike() публичный метод

Set the search criteria on this column to be like the provided text, the text needs to have specified the place holders ex: '%right%' or '%rat%tuil'.
public setLike ( string $like ) : Newscoop\Service\Model\Search\ColumnOrderLike
$like string The text to be used for the like comparison, if null or empty will reset the like search option.
Результат Newscoop\Service\Model\Search\ColumnOrderLike This instance, used for chaining purposes.

Описание свойств

$like защищенное свойство

*
protected string $like
Результат string