PHP 클래스 Newscoop\Service\Model\Search\ColumnOrderLike

상속: extends ColumnOrder
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$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