Newscoop\Service\Model\Search\ColumnOrderLike::getLike PHP Method

getLike() public method

Provides the search criteria on this column to be like the provided text.
public getLike ( ) : string
return 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