Class AbstractCondition
This class is an abstract base for defining model relationship conditions.
It implements a basic condition check.
Direct known subclasses
DcGeneral\DataDefinition\ModelRelationship\ParentChildCondition, DcGeneral\DataDefinition\ModelRelationship\RootCondition
Abstract
Namespace: DcGeneral\DataDefinition\ModelRelationship
Package: DcGeneral\DataDefinition\ModelRelationship
Located at DataDefinition/ModelRelationship/AbstractCondition.php
Namespace: DcGeneral\DataDefinition\ModelRelationship
Package: DcGeneral\DataDefinition\ModelRelationship
Located at DataDefinition/ModelRelationship/AbstractCondition.php
protected static
boolean
|
#
checkAndFilter(
Check if an AND condition filter matches. |
protected static
boolean
|
#
checkOrFilter(
Check if an AND condition filter matches. |
public static
boolean
|
#
checkCondition(
Check if the passed filter rules apply to the given model. |