Handy helper class to generate and manipulate OR filter arrays.

This class is intended to be only used via the FilterBuilder main class.

 Methods

Create a new instance.

__construct(array $children) 

Parameters

$children

array

The initial children to absorb.

Exceptions

\ContaoCommunityAlliance\DcGeneral\Exception\DcGeneralInvalidArgumentException When invalid children have been passed.