class FilterCriteria extends Model (View source)

Properties

bool $excludeChats
string $from
bool $hasAttachment
string $negatedQuery
string $query
int $size
string $sizeComparison
string $subject
string $to

Methods

setExcludeChats($excludeChats)

No description

bool
getExcludeChats()

No description

setFrom($from)

No description

string
getFrom()

No description

setHasAttachment($hasAttachment)

No description

bool
getHasAttachment()

No description

setNegatedQuery($negatedQuery)

No description

string
getNegatedQuery()

No description

setQuery($query)

No description

string
getQuery()

No description

setSize($size)

No description

int
getSize()

No description

setSizeComparison($sizeComparison)

No description

string
getSizeComparison()

No description

setSubject($subject)

No description

string
getSubject()

No description

setTo($to)

No description

string
getTo()

No description

Details

setExcludeChats($excludeChats)

No description

Parameters

$excludeChats

bool getExcludeChats()

No description

Return Value

bool

setFrom($from)

No description

Parameters

$from

string getFrom()

No description

Return Value

string

setHasAttachment($hasAttachment)

No description

Parameters

$hasAttachment

bool getHasAttachment()

No description

Return Value

bool

setNegatedQuery($negatedQuery)

No description

Parameters

$negatedQuery

string getNegatedQuery()

No description

Return Value

string

setQuery($query)

No description

Parameters

$query

string getQuery()

No description

Return Value

string

setSize($size)

No description

Parameters

$size

int getSize()

No description

Return Value

int

setSizeComparison($sizeComparison)

No description

Parameters

$sizeComparison

string getSizeComparison()

No description

Return Value

string

setSubject($subject)

No description

Parameters

$subject

string getSubject()

No description

Return Value

string

setTo($to)

No description

Parameters

$to

string getTo()

No description

Return Value

string