PHP Class Newscoop\Service\Model\Search\ColumnOrderLike

Inheritance: extends ColumnOrder
Mostrar archivo Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$like string *

Public Methods

Method Description
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'.

Method Details

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.

setLike() public method

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.
return Newscoop\Service\Model\Search\ColumnOrderLike This instance, used for chaining purposes.

Property Details

$like protected_oe property

*
protected string $like
return string