PHP Class Newscoop\Service\Model\Search\ColumnOrderLike

Inheritance: extends ColumnOrder
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$like string *

Méthodes publiques

Méthode 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 méthode

Provides the search criteria on this column to be like the provided text.
public getLike ( ) : string
Résultat string The text to be used for the like comparison, if null or empty will reset the like search option.

setLike() public méthode

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

Property Details

$like protected_oe property

*
protected string $like
Résultat string