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