LogicConstraint
class LogicConstraint implements ConstraintInterface
LogicConstraint class.
Properties
protected ConstraintInterface[] | $children |
Methods
__construct(array $children = [])
LogicConstraint constructor.
string
getOperator()
No description
getChildren()
No description
setChildren(array $children)
No description
clearChildren()
No description
jsonSerialize()
{@inheritdoc}
Details
at line 29
__construct(array $children = [])
LogicConstraint constructor.
at line 37
abstract protected string
getOperator()
at line 42
ConstraintInterface[]
getChildren()
at line 52
LogicConstraint
addChild(ConstraintInterface $child)
at line 64
LogicConstraint
setChildren(array $children)
at line 83
LogicConstraint
clearChildren()
at line 93
jsonSerialize()
{@inheritdoc}