Contentserv PHP API

CSStagingQueueFilterCondition
in package

Condition object to be used with the CSStagingQueueFilter.

Tags
since

CS24.0

Table of Contents

__construct()  : mixed
Constructor for CSStagingQueueFilterCondition class.
__toString()  : string
Magic function to handle string representation of the CSStagingQueueFilter object.
getComparator()  : CSStagingFilterComparator
Get the comparator for the CSStagingQueueFilterCondition.
getField()  : mixed
Retrieves the field used for filtering the staging queue condition.
getValue()  : mixed
Get the value of the CSStagingQueueFilterCondition.
setComparator()  : void
Sets the comparator for the CSStagingQueueFilterCondition.
setField()  : void
Sets the field for the CSStagingQueueFilterCondition.
setValue()  : void
Sets the value for the CSStagingQueueFilterCondition.

Methods

__toString()

Magic function to handle string representation of the CSStagingQueueFilter object.

public __toString() : string
Tags
Return values
string

The string representation of the CSStagingQueueFilterCondition object.

getField()

Retrieves the field used for filtering the staging queue condition.

public getField() : mixed
Tags
Return values
mixed

The field used for filtering.

getValue()

Get the value of the CSStagingQueueFilterCondition.

public getValue() : mixed
Tags
Return values
mixed

The value of the CSStagingQueueFilterCondition.

setField()

Sets the field for the CSStagingQueueFilterCondition.

public setField(mixed $mField) : void
Parameters
$mField : mixed

The field value to set.

Tags
Return values
void

setValue()

Sets the value for the CSStagingQueueFilterCondition.

public setValue(mixed $mValue) : void
Parameters
$mValue : mixed

The value to be set.

Tags
Return values
void

        

Search results