Newscoop\Service\Model\Search\ColumnOrderLike::getLike PHP Метод

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.
    public function getLike()
    {
        return $this->like;
    }
ColumnOrderLike