CriterionStub
in package
Stub for Propel's Criterion object, used in OR grouping.
Table of Contents
Properties
- $column : string
- $operator : string
- $orCriteria : array<string|int, mixed>
- $value : mixed
Methods
- addOr() : self
- Chain an OR condition to this criterion.
Properties
$column
public
string
$column
= ''
$operator
public
string
$operator
= \Criteria::EQUAL
$orCriteria
public
array<string|int, mixed>
$orCriteria
= []
$value
public
mixed
$value
Methods
addOr()
Chain an OR condition to this criterion.
public
addOr(CriterionStub $criterion) : self
Parameters
- $criterion : CriterionStub